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