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. image = new Image() image.load("image.png") print(image.height)