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