[]
Enlarges a Rectangle structure by the specified amount.
public void Inflate(int width, int height)
Public Sub Inflate(width As Integer, height As Integer)
Type | Name | Description |
---|---|---|
int | width | The amount to inflate this Rectangle horizontally. |
int | height | The amount to inflate this Rectangle vertically. |