IMatrix.Translate
Contents
[
Hide
]Translate(float, float, WebMatrixOrder)
Translates the matrix by the specified offset values in the specified order.
public void Translate(float offsetX, float offsetY, WebMatrixOrder order)
Parameter | Type | Description |
---|---|---|
offsetX | Single | The offset value along the x-axis. |
offsetY | Single | The offset value along the y-axis. |
order | WebMatrixOrder | The order in which translation is applied. |
See Also
- enum WebMatrixOrder
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML
Translate(float, float)
Translates the matrix by the specified offset values.
public void Translate(float offsetX, float offsetY)
Parameter | Type | Description |
---|---|---|
offsetX | Single | The offset value along the x-axis. |
offsetY | Single | The offset value along the y-axis. |
See Also
- interface IMatrix
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML