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.Svg.Drawing
- assembly Aspose.SVG
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.Svg.Drawing
- assembly Aspose.SVG