rotate method
rotate
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
Returns
The resulting matrix.
def rotate(self, angle):
...
| Parameter | Type | Description |
|---|---|---|
| angle | float | Rotation angle. |
See Also
- module
aspose.html.dom.svg.datatypes - class
SVGMatrix