MultiplyTransform
Contenu
[
Cacher
]MultiplyTransform(Matrix)
Multiplie la matrice de transformation pour cettePen par le spécifiéMatrix .
public void MultiplyTransform(Matrix matrix)
Paramètre | Taper | La description |
---|---|---|
matrix | Matrix | LaMatrix objet par lequel multiplier la matrice de transformation. |
Voir également
- class Matrix
- class Pen
- espace de noms System.Drawing
- Assemblée Aspose.Drawing
MultiplyTransform(Matrix, MatrixOrder)
Multiplie la matrice de transformation pour cettePen par le spécifiéMatrix dans l’ordre spécifié.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
Paramètre | Taper | La description |
---|---|---|
matrix | Matrix | LaMatrix par lequel multiplier la matrice de transformation. |
order | MatrixOrder | L’ordre dans lequel effectuer l’opération de multiplication. |
Voir également
- class Matrix
- enum MatrixOrder
- class Pen
- espace de noms System.Drawing
- Assemblée Aspose.Drawing