SVGMatrix.Rotate
SVGMatrix.Rotate method
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
public SVGMatrix Rotate(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | Rotation angle. |
Return Value
The resulting matrix.
See Also
- class SVGMatrix
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML