IMatrix.RotateAt

RotateAt(float, PointF, WebMatrixOrder)

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

public void RotateAt(float angle, PointF point, WebMatrixOrder order)
ParameterTypeDescription
angleSingleThe angle of rotation in degrees.
pointPointFThe point to rotate around.
orderWebMatrixOrderThe 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