Hatch Game Engine Documentation v1.4.0
The documentation for the Hatch Game Engine
Loading...
Searching...
No Matches
Image Class Reference

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.

Detailed Description

Functions to retrieve information about images.

Member Function Documentation

◆ GetHeight()

integer Image.GetHeight ( integer image)

Gets the height of the specified image.

Parameters
imageThe image index to check.
Returns
Returns an integer value.

◆ GetWidth()

integer Image.GetWidth ( integer image)

Gets the width of the specified image.

Parameters
imageThe image index to check.
Returns
Returns an integer value.