Aspose::Page::EPS::PsDocument::Rotate method
PsDocument::Rotate(float) method
在当前图形状态中添加围绕原点的逆时针旋转(旋转当前矩阵)。
void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
| Parameter | Type | 描述 |
|---|---|---|
| angleRadians | 单精度浮点数 | 旋转角度(以弧度为单位)。 |
另见
- 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)
| Parameter | Type | 描述 |
|---|---|---|
| angleDegrees | int32_t | 旋转角度(以度为单位)。 |
另见
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++