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
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
| Property | Access | Description |
width | R | Width of an image in the list (in pixels). |
height | R | Height of an image in the list (in pixels). |
length | R | Number of images in the list. |
list | R | Array of Image objects that represents the list. The first element has index 0. |