Method Offset
Offset(PointF)
Adjusts the location of this rectangle by the specified amount.
public void Offset(PointF pos)
Parameters
pos
PointFThe amount to offset the location.
Offset(float, float)
Adjusts the location of this rectangle by the specified amount.
public void Offset(float x, float y)