CSharpImageLibrary.TargaExtensionArea.SetAttributesType C# (CSharp) Method

SetAttributesType() protected method

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.
return void
        internal protected void SetAttributesType(int intAttributesType)
        {
            this.intAttributesType = intAttributesType;
        }