Metodo Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround
Contenuti
[
Nascondere
]XpsMatrix::RotateAround(float, System::Drawing::PointF) method
Applica una rotazione in senso orario di angle attorno a pivot a questa Matrix nell’ordine predefinito (Prepend).
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
| Parametro | Tipo | Descrizione |
|---|---|---|
| angolo | float | L’angolo. |
| pivot | System::Drawing::PointF | Il punto di ancoraggio. |
Vedi anche
- 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
Applica una rotazione in senso orario di angle attorno a pivot a questa Matrix nell’ordine specificato da matrixOrder.
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parametro | Tipo | Descrizione |
|---|---|---|
| angolo | float | L’angolo. |
| pivot | System::Drawing::PointF | Il punto di ancoraggio. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | L’ordine. |
Vedi anche
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++