|
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
Example
|
V = CImageView:new()
|
|
|
...
|
|
|
V:delete()
|
|
Related Topics
CImageView
new
Mira Pro x64 Script User's Guide, v.8.76 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.
|