[]
Inflates the rectangle by the specified amount.
public void Inflate(double dx, double dy)
| Type | Name | Description |
|---|---|---|
| double | dx | |
| double | dy |
Inflates the rectangle by the specified amount.
public static RectD Inflate(RectD rc, double dx, double dy)
| Type | Name | Description |
|---|---|---|
| RectD | rc | |
| double | dx | |
| double | dy |
| Type | Description |
|---|---|
| RectD |