CImageView:GetImageSet
The GetImageSet method returns a new CImageSet that references the images displayed in the CImageView.
CImageSet = CImageSet:GetImageSet() |
On success, a new CImageSet is returned.
On failure, nil is returned.
This method copies the image set from the CImageView class into a CImageSet object.
Suppose a CImageView exists with name V and that it displays 10 images. The following script copies the image set from the CImageView object V to a CImageSet object S:
|
-- result: V count= 10 images |
|
-- returns a new CImageSet object, S |
|
-- result: S count= 10 images |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.