Aspose::Page::XPS::XpsModel::XpsMatrix::Scale 方法

XpsMatrix::Scale(float, float) method

将指定的缩放向量(scaleX 和 scaleY)应用于此 Matrix,使用默认(Prepend)顺序。

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
ParameterType描述
scaleX单精度浮点数缩放 x。
scaleY单精度浮点数y 方向的比例。

另见

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

将指定的缩放向量(scaleX 和 scaleY)应用于此 Matrix,顺序由 matrixOrder 指定。

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
ParameterType描述
scaleX单精度浮点数X 方向的比例。
scaleY单精度浮点数Y 方向的比例。
matrixOrderSystem::Drawing::Drawing2D::MatrixOrder顺序。

另见