CImageSet:Count CImageSet:Insert

CImageSet:GetImage


The GetImage method returns a CImage for the specified list member.

Syntax

CImage = CImageSet:GetImage( index )

    index is the index of the CImage to retrieve. It may be a number or a string.

    On success, the target CImage is returned.

    On failure, nil is returned.

Remarks

Since the CImageSet holds references to CImage objects, this method simply returns that reference. It does not create a new CImage object the way CImageView:GetImage does.

Related Topics

CImageSet, CImage