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

SetPostageStampOffset() 보호된 메소드

Sets the PostageStampOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPostageStampOffset ( int intPostageStampOffset ) : void
intPostageStampOffset int The Postage Stamp Offset value read from the file.
리턴 void
        protected internal void SetPostageStampOffset(int intPostageStampOffset)
        {
            this.intPostageStampOffset = intPostageStampOffset;
        }