Matrix.Multiply
Multiply(Matrix, MatrixOrder)
Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter.
public void Multiply(Matrix Tx, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
Tx | Matrix | The tx. The tx. The tx. |
order | MatrixOrder | The order. The order. The order. |
See Also
- enum MatrixOrder
- class Matrix
- namespace Aspose.CAD
- assembly Aspose.CAD
Multiply(Matrix)
Multiplies this Matrix by the matrix specified in the matrix parameter using (default) Prepend order.
public void Multiply(Matrix Tx)
Parameter | Type | Description |
---|---|---|
Tx | Matrix | The matrix to multiply with. |
See Also
- class Matrix
- namespace Aspose.CAD
- assembly Aspose.CAD