Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate method

XpsMatrix::Rotate(float) method

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

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle)
ParameterTypeDescription
anglefloatThe angle.

See Also

XpsMatrix::Rotate(float, System::Drawing::Drawing2D::MatrixOrder) method

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

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
anglefloatThe angle.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also