Matrix.RotateAt

RotateAt(float, PointF, MatrixOrder)

Applies a clockwise rotation about the specified point to this Matrix in the specified order.

public void RotateAt(float angle, PointF point, MatrixOrder order)
ParameterTypeDescription
angleSingleThe angle.
pointPointFThe point.
orderMatrixOrderThe order.

See Also


RotateAt(float, PointF)

Applies a clockwise rotation about the specified point to this Matrix in the default (Prepend) order.

public void RotateAt(float angle, PointF point)
ParameterTypeDescription
angleSingleThe angle.
pointPointFThe point.

See Also