Aspose::Page::EPS::PsDocument::Rotate method
PsDocument::Rotate(float) method
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
Parameter | Type | Description |
---|---|---|
angleRadians | float | The angle of rotation in radians. |
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::Rotate(int32_t) method
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
Parameter | Type | Description |
---|---|---|
angleDegrees | int32_t | The angle of rotation in degrees. |
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++