[]
public Rectangle Inflate(Rectangle r)
Public Function Inflate(r As Rectangle) As Rectangle
| Type | Name | Description |
|---|---|---|
| Rectangle | r | A Rectangle to inflate. |
| Type | Description |
|---|---|
| Rectangle | The resulting Rectangle. |
public Size Inflate(Size size)
Public Function Inflate(size As Size) As Size
| Type | Name | Description |
|---|---|---|
| Size | size | A Size to inflate. |
| Type | Description |
|---|---|
| Size | The resulting Size. |
Inflates the specified width and height by the values of the current Style margins, padding and border.
public Size Inflate(int width, int height)
Public Function Inflate(width As Integer, height As Integer) As Size
| Type | Name | Description |
|---|---|---|
| int | width | A width to inflate. |
| int | height | A height to inflate. |
| Type | Description |
|---|---|
| Size | The resulting Size. |