Method Expand
Expand(double, double)
Returns a new rectangle expanded by the specified amounts in both directions.
public Rectangle Expand(double dx, double dy)
Parameters
dxdoubleThe horizontal amount to expand on each side.
dydoubleThe vertical amount to expand on each side.