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