_Rotate, _RotateLeft, _RotateRect, _RotateRight, Rotate, RotateGrow, RotateGrowND, RotateInCenter, RotateLeft, RotateLeftND, RotateLevelHor, RotateLevelVer, RotateND, RotateRect, RotateRectND, 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, RotateRectND, RotateLeftND, RotateRightND
This function runs the Image > Rotate > Rotate in Center command.
Description
RotateInCenter();
Interactive command to this function: Image > Rotate > Rotate Left
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, RotateRectND, RotateGrowND, RotateRightND
This function runs the Image > Rotate > Rotate Level Horizontal command.
Description
RotateLevelHor();
This function runs the Image > Rotate > Rotate Level Vertical command.
Description
RotateLevelVer();
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, RotateRectND, RotateGrowND, RotateLeftND, RotateRightND
Interactive command to this function: Image > Rotate > Rotate Rectangle
Description
RotateRect( doubleAngleRot
, doubleXRot
, doubleYRot
, intWidthRot
, intHeightRot
);
This function crops rectangular area from image and rotates it around its center.
Parameters
Note
You can set WidthRot and HeightRot bigger than original image width or height in order not to cut image corners.
See Also
Rotate, RotateGrow, RotateLeft, RotateRight, RotateInCenter, RotateLevelHor, RotateLevelVer
Description
RotateRectND( doubleAngleRot
, doubleXRot
, doubleYRot
, intWidthRot
, intHeightRot
);
This function crops rectangular area from image and rotates it around it's center. It performs same operation as RotateRect function, but on whole ND sequence.
Parameters
Note
You can set WidthRot and HeightRot bigger than original image width or height in order not to cut image corners.
See Also
RotateRect, RotateND, RotateGrowND, RotateLeftND, RotateRightND, RotateInCenter
Interactive command to this function: Image > Rotate > Rotate Right
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, RotateRectND, RotateGrowND, RotateLeftND
This function runs the Image > Rotate > Rotate By Degree command.
Description
_Rotate();
This function displays the Rotation dialog window.
See Also
Rotate
This function runs the Image > Rotate > Rotate Left command.
Description
_RotateLeft();
This function rotates the current image left by 90 degrees.
This function runs the Image > Rotate > Rotate Rectangle command.
Description
_RotateRect();
This function crops the rectangular area from image and rotates it around its center.
See Also
_Rotate
This function runs the Image > Rotate > Rotate Right command.
Description
_RotateRight();
This function rotates the current image right by 90 degrees.