CImageSet:GetImage


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

Syntax

CImage = CImageSet:GetImage( index )

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

bullet.gif    On success, the target CImage is returned.

bullet.gif    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 class, CImage class


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.