Functions to retrieve information about images. More...
Public Member Functions | |
| integer | GetWidth (integer image) |
| Gets the width of the specified image. | |
| integer | GetHeight (integer image) |
| Gets the height of the specified image. | |
Functions to retrieve information about images.
| integer Image.GetHeight | ( | integer | image | ) |
Gets the height of the specified image.
| image | The image index to check. |
| integer Image.GetWidth | ( | integer | image | ) |
Gets the width of the specified image.
| image | The image index to check. |