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

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

Sets the Width property, available only to objects in the same assembly as TargaHeader.
protected SetWidth ( short sWidth ) : void
sWidth short The Width value read from the file.
Результат void
        protected internal void SetWidth(short sWidth)
        {
            this.sWidth = sWidth;
        }