klyn.gui.images.Image.height
property
public readonly property height as Int:
Description

Gets the height of the image.

Returns

The height of the image.

Example
image = Image.getImage("image.png")
print(image.height)