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
dx
doubleThe horizontal amount to expand on each side.
dy
doubleThe vertical amount to expand on each side.