IMatrix.Multiply
Multiply(IMatrix, WebMatrixOrder)
Multiplies this matrix by another matrix in the specified order.
public void Multiply(IMatrix matrix, WebMatrixOrder order)
| Parameter | Type | Description |
|---|---|---|
| matrix | IMatrix | The matrix to multiply by. |
| order | WebMatrixOrder | The order in which multiplication is applied. |
See Also
- enum WebMatrixOrder
- interface IMatrix
- package com.aspose.html.drawing
- package Aspose.HTML
Multiply(IMatrix)
Multiplies this matrix by another matrix.
public void Multiply(IMatrix matrix)
| Parameter | Type | Description |
|---|---|---|
| matrix | IMatrix | The matrix to multiply by. |
See Also
- interface IMatrix
- package com.aspose.html.drawing
- package Aspose.HTML