CImageSet:new CImageSet:Append

CImageSet:delete


The delete method deletes an instance of the CImageSet class. Call the class delete method when you are finished working with the class.

Syntax

CImageSet:delete()

 

Example

 

S = CImageSet:new()

-- create a new instance of the CImageSet class.

  ...

-- do something with the CImageSet.

S:delete()

-- delete the object and its associated memory.

Related Topics

CImageSet, new