Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround methode
inhoud
[
verbergen
]XpsMatrix::RotateAround(float, System::Drawing::PointF) method
Past een klokwijzerige rotatie van angle rond de pivot toe op deze Matrix in de standaard (Prepend) volgorde.
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
| Parameter | Type | Beschrijving |
|---|---|---|
| hoek | float | De hoek. |
| draaipunt | System::Drawing::PointF | Het draaipunt. |
Zie ook
- 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
Past een klokwijzerige rotatie van angle rond de pivot toe op deze Matrix in de volgorde gespecificeerd door matrixOrder.
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parameter | Type | Beschrijving |
|---|---|---|
| hoek | float | De hoek. |
| draaipunt | System::Drawing::PointF | Het draaipunt. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | De volgorde. |
Zie ook
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++