CImageSet:GetImage
The GetImage method returns a CImage for the specified list member.
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.