new_imageview
The new_imageview function is a non-class version of the CImageView:new method which creates and returns a new CImageView object.
V = new_imageview()
    V is
returned as the new CImageView object.
    On
failure, nil is
returned.
The following script creates a new CImageView object:
| 
 | 
 -- create a new instance V of the CImageView class.  | 
| 
 | 
 -- other uses of the class go here  | 
| 
 | 
 -- deletes the object.  | 
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2024 Mirametrics,
Inc. All Rights Reserved.