CImage:Axes


The Axes method returns the number of axes in the CImage.

Syntax

nAxes = CImage:Axes()

bullet.gif    On failure, this method returns 0.

Example

Suppose a CImage object I is attached to an image having 1024 columns x 1024 rows. Then

     nAxes = I:Axes()

returns the value nAxes = 2.

Related Topics

CImage class, Cols, Rows


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