旋转

Rotate(float)

旋转原始图像。

public static PreprocessingFilter Rotate(float angle)
ParameterType描述
角度单精度旋转角度。范围从 -360 到 360

返回值

RotateFilter 对象。

另请参见


Rotate(float, Rectangle)

旋转图像的一部分。

public static PreprocessingFilter Rotate(float angle, Rectangle area)
ParameterType描述
角度单精度旋转角度。范围从 -360 到 360
区域Rectangle要校正的图像部分的坐标。

返回值

RotateFilter 对象。

另请参见