[]
Inflates the current Thickness by the specified values.
public Thickness Inflate(int width, int height)
Public Function Inflate(width As Integer, height As Integer) As Thickness
| Type | Name | Description |
|---|---|---|
| int | width | The inflate size for vertical edges. |
| int | height | The inflate size for horizontal edges. |
| Type | Description |
|---|---|
| Thickness | The new Thickness. |
Inflates the current Thickness by the specified size.
public Thickness Inflate(int size)
Public Function Inflate(size As Integer) As Thickness
| Type | Name | Description |
|---|---|---|
| int | size | The size. |
| Type | Description |
|---|---|
| Thickness | The new Thickness. |
public Rectangle Inflate(Rectangle r)
Public Function Inflate(r As Rectangle) As Rectangle
| Type | Name | Description |
|---|---|---|
| Rectangle | r | A Rectangle to deflate. |
| Type | Description |
|---|---|
| Rectangle | The inflated Rectangle. |