Summary
Inflates rectangle by given thickness
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Utils
Syntax
public static Rect Inflate(this Rect rect, Thickness thick)
Parameters
| Name | Type | Description |
|---|---|---|
| rect | Rect | Rectangle |
| thick | Thickness | Thickness |
Return Value
| Type | Description |
|---|---|
| Rect | Inflated Rectangle |
