XpsMatrix.Multiply
Contents
[
Hide
]Multiply(Matrix, MatrixOrder)
Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder.
public void Multiply(Matrix matrix, MatrixOrder matrixOrder)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix. |
matrixOrder | MatrixOrder | The order. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Multiply(Matrix)
Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order.
public void Multiply(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Multiply(XpsMatrix, MatrixOrder)
Multiplies this matrix by the matrix specified by the matrix in order specified by matrixOrder.
public void Multiply(XpsMatrix matrix, MatrixOrder matrixOrder)
Parameter | Type | Description |
---|---|---|
matrix | XpsMatrix | The matrix. |
matrixOrder | MatrixOrder | The order. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Multiply(XpsMatrix)
Multiplies this matrix by the matrix specified by the matrix in default (Prepend) order.
public void Multiply(XpsMatrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | XpsMatrix | The matrix. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page