[]
Applies the translation transformation.
public Matrix Translate(PointF point)
Public Function Translate(point As PointF) As Matrix
| Type | Name | Description |
|---|---|---|
| PointF | point | The translation position. |
| Type | Description |
|---|---|
| Matrix | The translated matrix. |
Applies the translation transformation.
public Matrix Translate(double xPosition, double yPosition)
Public Function Translate(xPosition As Double, yPosition As Double) As Matrix
| Type | Name | Description |
|---|---|---|
| double | xPosition | The X position. |
| double | yPosition | The Y position. |
| Type | Description |
|---|---|
| Matrix | The translated matrix. |