[]
Offsets the location of the current Rect by specified horizontal and vertical amounts.
public void Offset(double x, double y)
Type | Name | Description |
---|---|---|
double | x | The horizontal offset to apply. |
double | y | The vertical offset to apply. |
public void Offset(Point pt)
Type | Name | Description |
---|---|---|
Point | pt | The Point specifying the horizontal and vertical offsets to apply. |