[]
Moves the map with the specified offsets.
public void Translate(float dx, float dy)
Public Sub Translate(dx As Single, dy As Single)
| Type | Name | Description |
|---|---|---|
| float | dx | The offset pixels in horizontal. |
| float | dy | The offset pixels in vertical. |
Valid only after the map is rendered.