[]
Modifies the window origin for a device context using the specified horizontal and vertical offsets.
public void TranslateWindow(int dx, int dy)
| Type | Name | Description |
|---|---|---|
| int | dx | An int specifies the horizontal offset. |
| int | dy | An int specifies the vertical offset. |