[]
Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.
public void Inflate(double width, double height)
Public Sub Inflate(width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | height |
Returns the rectangle that results from expanding the specified rectangle by the specified Size, in all directions.
public void Inflate(C1Size size)
Public Sub Inflate(size As C1Size)
| Type | Name | Description |
|---|---|---|
| C1Size | size |