This documentation is archived and is not being maintained.
rotate method
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
Syntax
ISVGMatrix retVal = object.rotate(angle);
Parameters
- angle [in]
-
Type: float
The rotation angle, in degrees.
Standards information