_Rotate, _RotateLeft, _RotateRect, _RotateRight, Rotate, RotateGrow, RotateGrowND, RotateInCenter, RotateLeft, RotateLeftND, RotateLevelHor, RotateLevelVer, RotateND, RotateRect, RotateRectND, RotateRight, RotateRightND
Interactive menu 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 menu command.
Description 
RotateInCenter();
This function runs the Image > Rotate > Rotate Left menu 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, RotateRectND, RotateGrowND, RotateRightND
This function runs the Image > Rotate > Rotate Level Horizontal menu command.
Description 
RotateLevelHor();
This function runs the Image > Rotate > Rotate Level Vertical menu 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 menu 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
This function runs the Image > Rotate > Rotate Right menu 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, RotateRectND, RotateGrowND, RotateLeftND
This function runs the Image > Rotate > Rotate By Degree menu command.
Description 
_Rotate();
This function displays the Rotation dialog window.
See Also 
Rotate
This function runs the Image > Rotate > Rotate Rectangle menu command.
Description 
_RotateRect();
This function crops the rectangular area from image and rotates it around its center.
See Also 
_Rotate