PreprocessingFilter.Rotate

Rotate(float)

元の画像を回転します。

public static PreprocessingFilter Rotate(float angle)
パラメータタイプ説明
angleSingle回転角度。-360 から 360 まで

戻り値

RotateFilter オブジェクト。

関連項目


Rotate(float, Rectangle)

画像の一部を回転させます。

public static PreprocessingFilter Rotate(float angle, Rectangle area)
パラメータタイプ説明
angleSingle回転角度。-360 から 360 まで
areaRectangle修正する画像の部分の座標。

戻り値

RotateFilter オブジェクト。

関連項目