Multiply
Multiply(Matrix, MatrixOrder)
将此 Matrix 乘以 matrix 参数中指定的矩阵,并按照 order 参数中指定的顺序。
public void Multiply(Matrix Tx, MatrixOrder order)
范围 | 类型 | 描述 |
---|---|---|
Tx | Matrix | 发送。发送。发送。 |
order | MatrixOrder | 命令。命令。命令。 |
也可以看看
- enum MatrixOrder
- class Matrix
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
Multiply(Matrix)
将此矩阵乘以在矩阵参数中指定的矩阵,使用(默认)前置顺序。
public void Multiply(Matrix Tx)
范围 | 类型 | 描述 |
---|---|---|
Tx | Matrix | 要与之相乘的矩阵。 |
也可以看看
- class Matrix
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging