XpsMatrix.Rotate

Rotate(float, MatrixOrder)

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

public void Rotate(float angle, MatrixOrder matrixOrder)
ParameterTypeDescription
angleSingleThe angle.
matrixOrderMatrixOrderThe order.

See Also


Rotate(float)

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

public void Rotate(float angle)
ParameterTypeDescription
angleSingleThe angle.

See Also