AdvancedLauncher.Tools.Imaging.TargaExtensionArea.SetScanLineOffset C# (CSharp) 메소드

SetScanLineOffset() 보호된 메소드

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.
리턴 void
        protected internal void SetScanLineOffset(int intScanLineOffset)
        {
            this.intScanLineOffset = intScanLineOffset;
        }