Show TOC Welcome to the QLIB 1.0 Online Reference
QLIB 

QImageList


Requires:
<script language="JavaScript" src="js/qlib/imagelist.js"></script>

Description

Defines a sequence of offscreen images. All images in the sequence must have the same size. A sequence must consist of at least one image.

See Also

QCounter, QProgress

Constructor

QImageList(width, height, image1, image2opt, ..., imageNopt)
Constructs new instance of image-list resource. All images in the list must have the same dimensions. This is a various parameters-length constructor; at least one image should be specified.
Parameters
width - Width of an image in the list (in pixels).
height - Height of an image in the list (in pixels).
image1 - URL of the first image in the list.
image2 ... imageN - Optional comma-separated list of URLs of the tailing images.

Properties

PropertyAccessDescription
widthRWidth of an image in the list (in pixels).
heightRHeight of an image in the list (in pixels).
lengthRNumber of images in the list.
listRArray of Image objects that represents the list. The first element has index 0.