Summary
Deflates the rectangle.
Syntax
public Rect Deflate(double thickness)
Parameters
Name | Type | Description |
---|---|---|
thickness | double | The thickness to be subtracted for each side of the rectangle. |
Return Value
Type | Description |
---|---|
Rect | The deflated rectangle. |