Method Offset
Offset(PointI)
Adjusts the location of this rectangle by the specified amount.
public void Offset(PointI pos)
Parameters
pos
PointI
Offset(int, int)
Adjusts the location of this rectangle by the specified amount.
public void Offset(int px, int py)