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