ImageGear for .NET
Rotate(ImGearPage,ImGearRotationValues) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearProcessing Class > Rotate Method : Rotate(ImGearPage,ImGearRotationValues) Method




page
Image to rotate.
rotationValue
A value specifying the rotation angle: 0, 90, 180 or 270 degrees.

Glossary Item Box

Rotates an image on 90, 180, or 270 degrees.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.