CImageSet:GetImage


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

Syntax

CImage = CImageSet:GetImage( nIndex )

where

    nIndex is the index of the CImage to retrieve and is > 0.

    On success, a CImage object is returned, otherwise nil.

  

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 class

CImage class