Matrix.Scale
Scale(float, float, MatrixOrder)
使用指定的顺序将指定的缩放向量(scaleX 和 scaleY)应用于此 Matrix。
public void Scale(float scaleX, float scaleY, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| scaleX | 单精度 | 缩放 X。 |
| scaleY | 单精度 | 缩放 Y。 |
| order | MatrixOrder | 该顺序。 |
另请参见
- enum MatrixOrder
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Scale(float, float)
使用(默认)Prepend 顺序,将指定的缩放向量(scaleX 和 scaleY)应用于此 Matrix。
public void Scale(float sx, float sy)
| 参数 | 类型 | 描述 |
|---|---|---|
| sx | 单精度 | sx。 sx。 sx。 |
| sy | 单精度 | sy。 sy。 sy。 |
另请参见
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging