| Overload | Description |
|---|---|
| Inflate(Double,Double,Double,Double) | Inflates the current RectangleD by the specified amounts on four sides. |
| Inflate(SizeD) | Inflates the current RectangleD by a specified SizeD. |
| Inflate(Double,Double) | Inflates the current RectangleD by specified horizontal and vertical amounts. |
| Inflate(RectangleD,Double,Double) | Creates a new RectangleD structure from another RectangleD, inflated by the specified amounts vertically and horizontally. |