klyn.gui.images.Image.load
method
public abstract load(filename as String) as Void
Description
Loads an image from a file.
image = PngImage()
image.load("image.png")
Parameters
  • filename The filename of the image to load. ``` image = PngImage() image.load("image.png") ````