Inflate(Double,Double) Method
In This Topic
Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.
Syntax
'Declaration
Public Overloads Sub Inflate( _
ByVal As Double, _
ByVal As Double _
)
public void Inflate(
double ,
double
)
Parameters
- width
- height
See Also