Method Inflate
Inflate(RectD, double, double)
Creates a RectD that is inflated by the specified amount.
public static RectD Inflate(RectD rect, double x, double y)
Parameters
Returns
Inflate(double, double)
Inflates this RectD by the specified amount.
public void Inflate(double dx, double dy)
Parameters
Inflate(SizeD)
Inflates this RectD by the specified amount.
public void Inflate(SizeD size)
Parameters
size
SizeD
Inflate()
public void Inflate()