SVGMatrix.Rotate

SVGMatrix.Rotate method

Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.

public SVGMatrix Rotate(float angle)
ParameterTypeDescription
angleSingleRotation angle.

Return Value

The resulting matrix.

See Also