[]
Offsets the coordinates of this Region object by the specified amount.
public void Translate(int dx, int dy)
Type | Name | Description |
---|---|---|
int | dx | The amount to offset this Region object horizontally. |
int | dy | The amount to offset this Region object vertically. |