AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetScanLineOffset C# (CSharp) Méthode

SetScanLineOffset() protected méthode

Sets the ScanLineOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetScanLineOffset ( int intScanLineOffset ) : void
intScanLineOffset int The Scan Line Offset value read from the file.
Résultat void
        protected internal void SetScanLineOffset(int intScanLineOffset)
        {
            this.intScanLineOffset = intScanLineOffset;
        }