CSharpImageLibrary.TargaExtensionArea.SetAttributesType C# (CSharp) Метод

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

Sets the AttributesType property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAttributesType ( int intAttributesType ) : void
intAttributesType int The Attributes Type value read from the file.
Результат void
        internal protected void SetAttributesType(int intAttributesType)
        {
            this.intAttributesType = intAttributesType;
        }