int GUI.Height
Gets/sets the height of the GUI. This allows you to dynamically change the size
of the GUI on the screen.
The height is specified in the normal 320-resolution style.
Example:
Display("The icon bar GUI is %d pixels high.", gIconbar.Height);
displays the height of the ICONBAR GUI.
See Also: GUI.SetSize, GUI.Width
|