IMatrix.RotateAt

RotateAt(float, PointF, SvgMatrixOrder)

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

public void RotateAt(float angle, PointF point, SvgMatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.
pointPointFThe point to rotate around.
orderSvgMatrixOrderThe order in which rotation is applied.

See Also


RotateAt(float, PointF)

Rotates the matrix by the specified angle around the specified point.

public void RotateAt(float angle, PointF point)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.
pointPointFThe point to rotate around.

See Also