Translate
Contenido
[
Ocultar
]Translate(float, float, MatrixOrder)
Aplica el vector de traducción especificado a esta Matriz en el orden especificado.
public void Translate(float offsetX, float offsetY, MatrixOrder order)
Parámetro | Escribe | Descripción |
---|---|---|
offsetX | Single | El desplazamiento X. |
offsetY | Single | El desplazamiento Y. |
order | MatrixOrder | El orden. |
Ver también
- enum MatrixOrder
- class Matrix
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging
Translate(float, float)
Aplica el vector de traducción especificado a esteMatrix
usando (predeterminado) Orden antepuesto.
public void Translate(float tx, float ty)
Parámetro | Escribe | Descripción |
---|---|---|
tx | Single | El tx. El tx. El tx. |
ty | Single | El ty. El ty. El ty. |
Ver también
- class Matrix
- espacio de nombres Aspose.Imaging
- asamblea Aspose.Imaging