Méthode Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround

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ètreTypeDescription
anglefloatL’angle.
pivotSystem::Drawing::PointFLe point de pivot.

Voir aussi

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ètreTypeDescription
anglefloatL’angle.
pivotSystem::Drawing::PointFLe point de pivot.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderL’ordre.

Voir aussi