Aspose::Page::EPS::PsDocument::Shear method
PsDocument::Shear method
Rotates current graphics state counterclockwise around a point.
void Aspose::Page::EPS::PsDocument::Shear(float shx, float shy)
Parameter | Type | Description |
---|---|---|
angleDegrees | float | The angle of rotation in degrees. |
point | float | The point around which rotation will be performed. |
Remarks
Adds shear transformation to current graphics state (shear current matrix).
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++