[]
Applies the translation transformation.
public Matrix Translate(PointF point)
| 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)
| Type | Name | Description |
|---|---|---|
| double | xPosition | The X position. |
| double | yPosition | The Y position. |
| Type | Description |
|---|---|
| Matrix | The translated matrix. |