XpsMatrix.Multiply
Contenu
[
Cacher
]Multiply(Matrix, MatrixOrder)
Multiplie cette matrice par la matrice spécifiée par lematrix dans l’ordre spécifié parmatrixOrder .
public void Multiply(Matrix matrix, MatrixOrder matrixOrder)
Paramètre | Taper | La description |
---|---|---|
matrix | Matrix | La matrice. |
matrixOrder | MatrixOrder | L’ordre. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page
Multiply(Matrix)
Multiplie cette matrice par la matrice spécifiée par lematrix dans l’ordre par défaut (préfixe).
public void Multiply(Matrix matrix)
Paramètre | Taper | La description |
---|---|---|
matrix | Matrix | La matrice. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page
Multiply(XpsMatrix, MatrixOrder)
Multiplie cette matrice par la matrice spécifiée par lematrix dans l’ordre spécifié parmatrixOrder .
public void Multiply(XpsMatrix matrix, MatrixOrder matrixOrder)
Paramètre | Taper | La description |
---|---|---|
matrix | XpsMatrix | La matrice. |
matrixOrder | MatrixOrder | L’ordre. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page
Multiply(XpsMatrix)
Multiplie cette matrice par la matrice spécifiée par lematrix dans l’ordre par défaut (préfixe).
public void Multiply(XpsMatrix matrix)
Paramètre | Taper | La description |
---|---|---|
matrix | XpsMatrix | La matrice. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page