AdvancedLauncher.Tools.Imaging.TargaHeader.SetImageType C# (CSharp) 메소드

SetImageType() 보호된 메소드

Sets the ImageType property, available only to objects in the same assembly as TargaHeader.
protected SetImageType ( ImageType eImageType ) : void
eImageType ImageType One of the ImageType enumeration values.
리턴 void
        protected internal void SetImageType(ImageType eImageType)
        {
            this.eImageType = eImageType;
        }