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