_Rotate, _RotateLeft, _RotateRight, Rotate, RotateGrow, RotateGrowND, RotateLeft, RotateLeftND, RotateND, RotateRight, RotateRightND
Interactive command to this function: Image > Rotate > Rotate By Degree
Description
Rotate( intXCenter
, intYCenter
, doubleAngle
);
The Rotate function rotates current image by the given angle.
Parameters
Note
Rotated image is computed from the source using 4-neighborhood.
See Also
RotateLeft, RotateRight, FlipHorizontally, FlipVertically
Description
RotateGrow(
double AngleRot
);
The RotateGrow function rotates an image by specified angle.
See Also
Rotate, RotateLeft, RotateRight
Description
RotateGrowND(
double AngleRot
);
This function rotates image around it's center and enlarges canvas for rotated image to fit in. Area around corners become black. It performs same operation as RotateGrow function, but on whole ND sequence.
Parameters
See Also
RotateGrow, RotateND, RotateLeftND, RotateRightND
This function runs the Image > Rotate > Rotate Left command.
Description
RotateLeft();
The RotateLeft function rotates an image by 90° to the left.
See Also
Rotate, RotateRight
Description
RotateLeftND();
The RotateLeftND function rotates an image by 90° to the left. It performs same operation as RotateLeft function, but on whole ND sequence.
See Also
RotateLeft, RotateND, RotateGrowND, RotateRightND
Description
RotateND( doubleXRot
, doubleYRot
, doubleAngleRot
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function rotates image around some pivot. It performs the same operation as Rotate function, but on the whole ND sequence.
Parameters
See Also
Rotate, RotateGrowND, RotateLeftND, RotateRightND
This function runs the Image > Rotate > Rotate Right command.
Description
RotateRight();
The RotateRight function rotates an image by 90° to the right.
See Also
Rotate, RotateLeft
Description
RotateRightND();
The RotateRightND function rotates an image by 90° to the right. It performs same operation as RotateRight function, but on whole ND sequence.
See Also
RotateRight, RotateND, RotateGrowND, RotateLeftND
This function runs the Image > Rotate > Rotate By Degree command.
Description
_Rotate();
This function displays the Rotation dialog window.
See Also
Rotate