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