[]
public Rectangle Deflate(Rectangle r)
| Type | Name | Description |
|---|---|---|
| Rectangle | r | A Rectangle to deflate. |
| Type | Description |
|---|---|
| Rectangle | The resulting Rectangle. |
public Size Deflate(Size size)
| Type | Name | Description |
|---|---|---|
| Size | size | A Size to deflate. |
| Type | Description |
|---|---|
| Size | The resulting Size. |
Deflates the specified width and height by the values of the current Style margins, padding and border.
public Size Deflate(int width, int height)
| Type | Name | Description |
|---|---|---|
| int | width | A width to deflate. |
| int | height | A height to deflate. |
| Type | Description |
|---|---|
| Size | The resulting Size. |