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;
        }