CImageSet Class
The CImageSet class manages a list of CImage objects. This class contains methods for working with the members of the Image Set. Other classes such as CImCombine use CImageSet for collecting source images to process.
Construction |
Object = CImageSet:new() |
Destruction |
Object:delete() |
This function is normally used to create a new CImageSet object as an alternative to the class-based new method A new CImageSet object is also returned by the GetImageSet method of the CImageView class.
Creates a new instance of the CImageSet class. |
Creates a new instance of the CImageSet class |
|
Deletes the instance of the CImageSet object. |
|
Copies the CImageSet to a new CImageSet |
Appends a CImage at the end of the set. |
|
Returns the number of CImage objects in the set. |
|
Returns the CImage from the specified set index. |
|
Inserts a CImage at a specified set index. |
|
Removes the CImage at a specified set index. |
|
Removes the CImage from the head of the set. |
|
Removes the CImage from the tail of the set. |
|
Removes the CImage object from the set. |
Script Classes, CImage class, CImCombine
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.