Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate method

XpsMatrix::Rotate(float) method

Applique une rotation horaire de angle à cette Matrice dans l’ordre par défaut (Prepend).

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle)
ParamètreTypeDescription
anglefloatL’angle.

Voir aussi

XpsMatrix::Rotate(float, System::Drawing::Drawing2D::MatrixOrder) method

Applique une rotation horaire de angle à cette Matrice dans l’ordre spécifié par matrixOrder.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Rotate(float angle, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParamètreTypeDescription
anglefloatL’angle.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderL’ordre.

Voir aussi