rotate method
rotate
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
def rotate(self, angle_radians):
...
Parameter | Type | Description |
---|---|---|
angle_radians | float | The angle of rotation in radians. |
rotate
Adds rotation counterclockwise about the origin to current graphics state (rotate current matrix).
def rotate(self, angle_degrees):
...
Parameter | Type | Description |
---|---|---|
angle_degrees | int | The angle of rotation in degrees. |
See Also
- module
aspose.page.eps
- class
PsDocument