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 객체.