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

Loads an image from a file.

Parameters
  • filename The filename of the image to load. ``` image = PngImage() image.load("image.png") ````