Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
angle | float | The angle. |
pivot | System::Drawing::PointF | The pivot point. |
See Also
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
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)
Parameter | Type | Description |
---|---|---|
angle | float | The angle. |
pivot | System::Drawing::PointF | The pivot point. |
matrixOrder | System::Drawing::Drawing2D::MatrixOrder | The order. |
See Also
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++