XpsMatrix.Multiply
Contenido
[
Ocultar
]Multiply(Matrix, MatrixOrder)
Multiplica esta matriz por la matriz especificada por elmatrix en el orden especificado pormatrixOrder .
public void Multiply(Matrix matrix, MatrixOrder matrixOrder)
Parámetro | Escribe | Descripción |
---|---|---|
matrix | Matrix | La matriz. |
matrixOrder | MatrixOrder | El orden. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page
Multiply(Matrix)
Multiplica esta matriz por la matriz especificada por elmatrix en orden predeterminado (antepuesto).
public void Multiply(Matrix matrix)
Parámetro | Escribe | Descripción |
---|---|---|
matrix | Matrix | La matriz. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page
Multiply(XpsMatrix, MatrixOrder)
Multiplica esta matriz por la matriz especificada por elmatrix en el orden especificado pormatrixOrder .
public void Multiply(XpsMatrix matrix, MatrixOrder matrixOrder)
Parámetro | Escribe | Descripción |
---|---|---|
matrix | XpsMatrix | La matriz. |
matrixOrder | MatrixOrder | El orden. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page
Multiply(XpsMatrix)
Multiplica esta matriz por la matriz especificada por elmatrix en orden predeterminado (antepuesto).
public void Multiply(XpsMatrix matrix)
Parámetro | Escribe | Descripción |
---|---|---|
matrix | XpsMatrix | La matriz. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page