ImageHeight

Category: Images and Rendering

Back to System Functions


Signature

ImageHeight(imageReference As Integer)

Returns

Integer

Description

Returns the height of a loaded image in pixels.

If the image reference is invalid, the result is 0.

Example

height = ImageHeight(player)