CSharpImageLibrary.TargaExtensionArea.SetScanLineOffset C# (CSharp) Method

SetScanLineOffset() protected method

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