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

XpsMatrix::Scale(float, float) method

Applies the specified scale vector (scaleX and scaleY) to this Matrix in default (Prepend) order.

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
ParameterTypeDescription
scaleXfloatThe scale x.
scaleYfloatThe scale y.

See Also

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

Applies the specified scale vector (scaleX and scaleY) to this Matrix in order specified by matrixOrder .

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterTypeDescription
scaleXfloatThe scale X.
scaleYfloatThe scale Y.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderThe order.

See Also