Méthode Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround
Contenu
[
Cacher
]XpsMatrix::RotateAround(float, System::Drawing::PointF) method
Applique une rotation horaire de angle autour du pivot à cette Matrice dans l’ordre par défaut (Prepend).
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
| Paramètre | Type | Description |
|---|---|---|
| angle | float | L’angle. |
| pivot | System::Drawing::PointF | Le point de pivot. |
Voir aussi
- 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
Applique une rotation horaire de angle autour du pivot à cette Matrice dans l’ordre spécifié par matrixOrder.
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Paramètre | Type | Description |
|---|---|---|
| angle | float | L’angle. |
| pivot | System::Drawing::PointF | Le point de pivot. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | L’ordre. |
Voir aussi
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++