ImageList.loadImage

Syntax

loadImage();

Description

The loadImage method loads an image for further rendering on the canvas.

Comments

To render the loaded image on the canvas use the ImageList.applyToCanvas method.

Example

The property use is given in the example for ImageList.applyToCanvas.

See also:

ImageList