Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- page
- Image to rotate.
- rotationValue
- A value specifying the rotation angle: 0, 90, 180 or 270 degrees.
This method rotates ImageGear.Core.ImGearPage class object on 90, 180, or 270 degrees. Processes all channels of the image and ROI.
Rotation direction is clockwise (left coordinate system).
Rotation on 90 and 270 degrees changes image dimensions.
Use CanApplyRotate method to check whether the operation can be performed.