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

Gets the width of the image.

Returns

The width of the image.

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