AdvancedLauncher.Tools.Imaging.TargaHeader.SetImageIDLength C# (CSharp) Метод

SetImageIDLength() защищенный Метод

Sets the ImageIDLength property, available only to objects in the same assembly as TargaHeader.
protected SetImageIDLength ( byte bImageIDLength ) : void
bImageIDLength byte The Image ID Length value read from the file.
Результат void
        protected internal void SetImageIDLength(byte bImageIDLength)
        {
            this.bImageIDLength = bImageIDLength;
        }