[]
Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.
public void TranslateClip(int dx, int dy)
Type | Name | Description |
---|---|---|
int | dx | An int indicates the x component of the translation. |
int | dy | An int indicates the y component of the translation. |