Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround method

XpsMatrix::RotateAround(float, System::Drawing::PointF) method

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

void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
ParameterTypeDescription
anglefloatThe angle.
pivotSystem::Drawing::PointFThe pivot point.

See Also

XpsMatrix::RotateAround(float, System::Drawing::PointF, System::Drawing::Drawing2D::MatrixOrder) method

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

void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
anglefloatThe angle.
pivotSystem::Drawing::PointFThe pivot point.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also