XpsMatrix.RotateAround

RotateAround(float, PointF, MatrixOrder)

Applies clockwise rotation by angle around the pivot to this Matrix in order specified by matrixOrder.

public void RotateAround(float angle, PointF pivot, MatrixOrder matrixOrder)
ParameterTypeDescription
angleSingleThe angle.
pivotPointFThe pivot point.
matrixOrderMatrixOrderThe order.

See Also


RotateAround(float, PointF)

Applies clockwise rotation by angle around the pivot to this Matrix in default (Prepend) order.

public void RotateAround(float angle, PointF pivot)
ParameterTypeDescription
angleSingleThe angle.
pivotPointFThe pivot point.

See Also