PreprocessingFilter.Rotate
Rotate(float)
元の画像を回転します。
public static PreprocessingFilter Rotate(float angle)
パラメータ | タイプ | 説明 |
---|---|---|
angle | Single | 回転角度。-360 から 360 まで |
戻り値
RotateFilter オブジェクト。
関連項目
Rotate(float, Rectangle)
画像の一部を回転させます。
public static PreprocessingFilter Rotate(float angle, Rectangle area)
パラメータ | タイプ | 説明 |
---|---|---|
angle | Single | 回転角度。-360 から 360 まで |
area | Rectangle | 修正する画像の部分の座標。 |
戻り値
RotateFilter オブジェクト。