Graphics.MultiplyTransform
MultiplyTransform(Matrix)
将表示此 Graphics 本地几何变换的 Matrix 与指定的 Matrix 相乘,并在前面添加指定的 Matrix。
public void MultiplyTransform(Matrix matrix)
| 参数 | 类型 | 描述 |
|---|---|---|
| matrix | Matrix | 用于乘以几何变换的 Matrix。 |
另请参见
- class Matrix
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging
MultiplyTransform(Matrix, MatrixOrder)
按照指定顺序,将表示此 Graphics 本地几何变换的 Matrix 与指定的 Matrix 相乘。
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| matrix | Matrix | 用于乘以几何变换的 Matrix。 |
| order | MatrixOrder | 一个 MatrixOrder,指定两个矩阵相乘的顺序。 |
另请参见
- class Matrix
- enum MatrixOrder
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging