Aspose::Page::XPS::XpsModel::XpsMatrix::Scale method

XpsMatrix::Scale(float, float) method

Applique le vecteur d’échelle spécifié (scaleX et scaleY) à cette Matrice dans l’ordre par défaut (Prepend).

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
ParamètreTypeDescription
scaleXfloatL’échelle x.
scaleYfloatL’échelle y.

Voir aussi

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

Applique le vecteur d’échelle spécifié (scaleX et scaleY) à cette Matrice dans l’ordre spécifié par matrixOrder.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParamètreTypeDescription
scaleXfloatL’échelle X.
scaleYfloatL’échelle Y.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderL’ordre.

Voir aussi