'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 )
Parameters
- page
- Image to rotate.
- rotationValue
- A value specifying the rotation angle: 0, 90, 180 or 270 degrees.