CPlot:new


The new method creates an instance of the CPlot class. This object is usually created using the new_plot function.

Example

P = CPlot:new()

-- create a new instance of the CPlot class.

  ...

-- other uses of the class go here, between new and delete.

P:delete()

-- delete the object.

Related Topics

CPlot class, new_plot, delete


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