Aspose::Page::XPS::XpsModel::XpsMatrix::Scale método

XpsMatrix::Scale(float, float) method

Aplica el vector de escala especificado (scaleX y scaleY) a esta Matriz en orden predeterminado (Prepend).

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
ParámetroTipoDescripción
scaleXfloatLa escala x.
scaleYfloatLa escala y.

Ver también

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

Aplica el vector de escala especificado (scaleX y scaleY) a esta Matriz en el orden especificado por matrixOrder.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParámetroTipoDescripción
scaleXfloatLa escala X.
scaleYfloatLa escala Y.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderEl orden.

Ver también