Matrix.Translate
Translate(float, float, MatrixOrder)
Applies the specified translation vector to this Matrix in the specified order.
public void Translate(float offsetX, float offsetY, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
offsetX | Single | The offset X. |
offsetY | Single | The offset Y. |
order | MatrixOrder | The order. |
See Also
- enum MatrixOrder
- class Matrix
- namespace Aspose.PSD
- assembly Aspose.PSD
Translate(float, float)
Applies the specified translation vector to this Matrix
using (default) Prepend order.
public void Translate(float tx, float ty)
Parameter | Type | Description |
---|---|---|
tx | Single | The tx. The tx. The tx. |
ty | Single | The ty. The ty. The ty. |
See Also
- class Matrix
- namespace Aspose.PSD
- assembly Aspose.PSD