CImage:Rot270


The Rot270 method rotates the image by 270 degrees. This transformation preserves the world coordinate calibration of the image, if one exists.

Syntax

bResult = CImage:Rot270( bResize=false )

bullet.gif    bResize controls whether the image shape is changed by the rotation.

bullet.gif    On success, this method returns true.

bullet.gif    On failure, this method returns false.

Remarks

If the optional bResize argument is omitted or set tofalse, the image retains its original number of columns and rows.

Related Topics

CImage class, Rot90, Rot180


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