Matrix.Translate
Contenu
[
Cacher
]Translate(float, float, MatrixOrder)
Applique le vecteur de translation spécifié à cette matrice dans l’ordre spécifié.
public void Translate(float offsetX, float offsetY, MatrixOrder order)
Paramètre | Taper | La description |
---|---|---|
offsetX | Single | Le décalage X. |
offsetY | Single | Le décalage Y. |
order | MatrixOrder | L’ordre. |
Voir également
- enum MatrixOrder
- class Matrix
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
Translate(float, float)
Applique le vecteur de translation spécifié à ceMatrix
en utilisant (par défaut) Préfixer la commande.
public void Translate(float tx, float ty)
Paramètre | Taper | La description |
---|---|---|
tx | Single | Le tx. Le tx. Le tx. |
ty | Single | Le ty. Le ty. Le ty. |
Voir également
- class Matrix
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD