IMatrix.Rotate

Rotate(float, SvgMatrixOrder)

Rotates the matrix by the specified angle in the specified order.

public void Rotate(float angle, SvgMatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.
orderSvgMatrixOrderThe order in which rotation is applied.

See Also


Rotate(float)

Rotates the matrix by the specified angle.

public void Rotate(float angle)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.

See Also