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

SetImageIDValue() 보호된 메소드

Sets the ImageIDValue property, available only to objects in the same assembly as TargaHeader.
protected SetImageIDValue ( string strImageIDValue ) : void
strImageIDValue string The Image ID value read from the file.
리턴 void
        protected internal void SetImageIDValue(string strImageIDValue)
        {
            this.strImageIDValue = strImageIDValue;
        }