CImageView:delete


The delete method deletes an instance of the CImageView class. Call the class delete method when you are finished working with the class. This does not close the image window, but rather deletes the script object that communicates with it.

Syntax

CImageView:delete()

 

Example

 

V = CImageView:new()

-- create a new instance of the CImageView class.

  ...

-- do something with the CImageView.

V:delete()

-- delete the object and its associated memory.

Related Topics

CImageView, new


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.