CImageSet:Count
The Count method returns the number of images in the CImageSet.
number = CImageSet:Count() where |
number is the number of images.
On success,
this method returns the number of images > 0.
On failure,
this method returns 0.
Suppose a CImageSet assigned to S contains 5 images. Then
returns the value nImages = 5.