Functions to retrieve information about the displays in the device.
More...
|
| integer | GetWidth (integer index) |
| | Gets the width of the current display.
|
| integer | GetHeight (integer index) |
| | Gets the height of the current display.
|
Functions to retrieve information about the displays in the device.
◆ GetHeight()
| integer Display.GetHeight |
( |
integer | index | ) |
|
Gets the height of the current display.
- Parameters
-
| index | The display index to get the width of. |
- Returns
- Returns the height of the current display.
◆ GetWidth()
| integer Display.GetWidth |
( |
integer | index | ) |
|
Gets the width of the current display.
- Parameters
-
| index | The display index to get the width of. |
- Returns
- Returns the width of the current display.