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