[]
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.
public void TranslateTransform(int dx, int dy)
Public Sub TranslateTransform(dx As Integer, dy As Integer)
| Type | Name | Description |
|---|---|---|
| int | dx | x component of the translation. |
| int | dy | y component of the translation. |