PsDocument.Rotate
Rotate(float)
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
public void Rotate(float angleRadians)
Parameter | Type | Description |
---|---|---|
angleRadians | Single | The angle of rotation in radians. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
Rotate(int)
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
public void Rotate(int angleDegrees)
Parameter | Type | Description |
---|---|---|
angleDegrees | Int32 | The angle of rotation in degrees. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page