Function
|
Description
|
int ImageListGetCount()
|
Returns the current number of images in the Image Table.
|
void ImageListMoveImageUp(int index)
|
Moves an image with its specified index up a place in the Image Table.
|
void ImageListMoveImageDown(int index)
|
Moves an image with its specified index down a place in the Image Table.
|
void ImageListInvert()
|
Inverts the complete Image Table regarding the positions of the images in the table.
|
void ImageListSwapImage(int index1, int index2)
|
Swaps images with their specified indices in the Image Table.
|
void ImageListSetImageRotation(int index, int rotation)
|
Sets the image Rotation mode for an image with the specified index in the Image Table. See below for details.
|
int ImageListGetImageRotation(int index)
|
Returns the image Rotation mode for an image with the specified index in the Image Table.
|
void ImageListSetImageDuration(int index, float duration)
|
Sets the Duration for an image with the specified index in the Image Table. Note that the Fade Time is a part of the Duration.
|
float ImageListGetImageDuration(int index)
|
Returns the Duration for an image with the specified index in the Image Table.
|
void ImageListSetImageFadeTime(int index, float fadetime)
|
Sets the Fade Time for an image with the specified index in the Image Table. Note that the Fade Time is a part of the Duration.
|
float ImageListGetImageFadeTime(int index)
|
Returns the Fade Time for an image with the specified index in the Image Table.
|