AdvancedLauncher.Tools.Imaging.TargaHeader.SetImageIDLength C# (CSharp) Méthode

SetImageIDLength() protected méthode

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.
Résultat void
        protected internal void SetImageIDLength(byte bImageIDLength)
        {
            this.bImageIDLength = bImageIDLength;
        }