Aspose::Page::EPS::PsDocument::Rotate method
PsDocument::Rotate(float) method
원점을 기준으로 현재 그래픽 상태에 반시계 방향 회전을 추가합니다(현재 행렬 회전).
void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| angleRadians | float | 라디안 단위의 회전 각도. |
또 보기
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::Rotate(int32_t) method
원점을 기준으로 현재 그래픽 상태에 반시계 방향 회전을 추가합니다(현재 행렬 회전).
void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| angleDegrees | int32_t | 회전 각도(도)입니다. |
또 보기
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++