new_imageview


The new_imageview function is a non-class version of the CImageView:new method which creates and returns a new CImageView object.

Syntax

V = new_imageview()

bullet.gif    V is returned as the new CImageView object.

bullet.gif    On failure, nil is returned.

Example

The following script creates a new CImageView object:

V = new_imageview()

-- create a new instance V of the CImageView class.

  ...

-- other uses of the class go here

V:delete()

-- deletes the object.

Related Topics

CImageView, new, delete


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