AdvancedLauncher.Tools.Imaging.TargaHeader.SetWidth C# (CSharp) Méthode

SetWidth() protected méthode

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.
Résultat void
        protected internal void SetWidth(short sWidth)
        {
            this.sWidth = sWidth;
        }