[]
Moves the clipping region of a device context by the specified offsets.
public void TranslateClippingRegion(int dx, int dy)
| Type | Name | Description |
|---|---|---|
| int | dx | Specifies the number of logical units to move left or right. |
| int | dy | Specifies the number of logical units to move up or down. |