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

Gets the width of the image.

Returns

The width of the image.

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