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

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

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.
Результат void
        protected internal void SetHeight(short sHeight)
        {
            this.sHeight = sHeight;
        }