Method Offset
Offset(PointD)
Adjusts the location of this rectangle by the specified amount.
public void Offset(PointD pos)
Parameters
posPointD
Offset(float, float)
Adjusts the location of this rectangle by the specified amount.
public void Offset(float dx, float dy)