Overload | Description |
---|---|
Deflate(Double) | Deflates the rectangle with the specified amount |
Deflate(Double,Double) | Deflates the rectangle with the specified amounts. Expects a normalized rectangle. Makes sure that the rectangle remains normalized (e.g. Width and Height remain positive or zero). |
Deflate(NSize) | Deflates the rectangle with the specified size. Expects a normalized rectangle. Makes sure that the rectangle remains normalized (e.g. Width and Height remain positive or zero). |
Deflate(NMargins) | Deflates the rectangle with the specified margins. Expects a normalized rectangle. Makes sure that the rectangle remains normalized (e.g. Width and Height remain positive or zero). |