Method Offset
Offset(Point)
Adjusts the location of this rectangle by the specified amount.
public void Offset(Point pos)
Parameters
pos
PointAmount to offset the location.
Offset(int, int)
Adjusts the location of this rectangle by the specified amount.
public void Offset(int x, int y)