klyn.gui.images.Image.load
method
public abstract load(filename as String) as Void
Description

Loads an image from a file.

Parameters
ParameterDescription
filenameThe filename of the image to load.
Example
image = PngImage()
image.load("image.png")