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

SetHeight() protected méthode

Sets the Height property, available only to objects in the same assembly as TargaHeader.
protected SetHeight ( short sHeight ) : void
sHeight short The Height value read from the file.
Résultat void
        protected internal void SetHeight(short sHeight)
        {
            this.sHeight = sHeight;
        }