Translate
Translate(float, float, MatrixOrder)
Applica il vettore di traslazione specificato a questa matrice nell’ordine specificato.
public void Translate(float offsetX, float offsetY, MatrixOrder order)
| Parametro | Tipo | Descrizione |
|---|---|---|
| offsetX | Single | L’offset X. |
| offsetY | Single | L’offset Y. |
| order | MatrixOrder | L’ordine. |
Guarda anche
- enum MatrixOrder
- class Matrix
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging
Translate(float, float)
Applica a questo il vettore di traslazione specificatoMatrix utilizzando (predefinito) Ordine anteposto.
public void Translate(float tx, float ty)
| Parametro | Tipo | Descrizione |
|---|---|---|
| tx | Single | Il tx. Il tx. Il tx. |
| ty | Single | Il ty. Il ty. Il ty. |
Guarda anche
- class Matrix
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging