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

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

Sets the AttributeBits property, available only to objects in the same assembly as TargaHeader.
protected SetAttributeBits ( byte bAttributeBits ) : void
bAttributeBits byte The Attribute Bits value read from the file.
Результат void
        protected internal void SetAttributeBits(byte bAttributeBits)
        {
            this.bAttributeBits = bAttributeBits;
        }