Rotate

Rotate(float)

Rotate original image.

public static PreprocessingFilter Rotate(float angle)
ParameterTypeDescription
angleSingleAngle of rotation.From -360 to 360

Return Value

RotateFilter object.

See Also


Rotate(float, Rectangle)

Rotate a part of the image.

public static PreprocessingFilter Rotate(float angle, Rectangle area)
ParameterTypeDescription
angleSingleAngle of rotation.From -360 to 360
areaRectangleCoordinates of the part of the image to be corrected.

Return Value

RotateFilter object.

See Also