[]
Creates a translation matrix.
public static Matrix CreateTranslation(PointF point)
| Type | Name | Description |
|---|---|---|
| PointF | point | The translation position. |
| Type | Description |
|---|---|
| Matrix | The translation matrix. |
Creates a translation matrix.
public static Matrix CreateTranslation(double xPosition, double yPosition)
| Type | Name | Description |
|---|---|---|
| double | xPosition | The X position. |
| double | yPosition | The Y position. |
| Type | Description |
|---|---|
| Matrix | The translation matrix. |