CImageView:GetImageSet
The GetImageSet method returns a new CImageSet that references the images displayed in the CImageView.
CImageSet = CImageSet:GetImageSet() |
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 fragment copies the image set from the object V to a CImageSet named S:
|
-- result: V count= 10 |
|
-- returns a new CImageSet |
|
-- result: S count= 10 |