[]
Inflates the current Thickness by the specified values.
public Thickness Inflate(int width, int height)
| 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)
| Type | Name | Description |
|---|---|---|
| int | size | The size. |
| Type | Description |
|---|---|
| Thickness | The new Thickness. |
public Rectangle Inflate(Rectangle r)
| Type | Name | Description |
|---|---|---|
| Rectangle | r | A Rectangle to deflate. |
| Type | Description |
|---|---|
| Rectangle | The inflated Rectangle. |