Enlarges this Rect by the specified amount.
Syntax
'Declaration
Public Overloads Function Inflate( _
ByVal As Double, _
ByVal As Double _
) As Rect
public Rect Inflate(
double ,
double
)
Parameters
- x
- The amount to inflate this Rect horizontally.
- y
- The amount to inflate this Rect vertically.
See Also