ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearProcessing Class > Rotate Method : Rotate(ImGearPage,ImGearRotationValues) Method |
'Declaration Public Overloads Shared Sub Rotate( _ ByVal page As ImGearPage, _ ByVal rotationValue As ImGearRotationValues _ )
'Usage Dim page As ImGearPage Dim rotationValue As ImGearRotationValues ImGearProcessing.Rotate(page, rotationValue)
public static void Rotate( ImGearPage page, ImGearRotationValues rotationValue )
public: static void Rotate( ImGearPage* page, ImGearRotationValues rotationValue )
public: static void Rotate( ImGearPage^ page, ImGearRotationValues rotationValue )
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.