Class: GUIRect
This page documents the methods and fields available in the GUIRect class.
Members
| Signature | Description |
|---|---|
GUIRect() | Creates a new instance of GUIRect. |
GUIRect(int, int, int, int) | Creates a new instance of GUIRect. |
getHeight() | Returns the current height. |
getWidth() | Returns the current width. |
getX() | Returns the current x. |
getY() | Returns the current y. |
setHeight(int) | Sets or updates the height. |
setWidth(int) | Sets or updates the width. |
setX(int) | Sets or updates the x. |
setY(int) | Sets or updates the y. |