Inflate Method (Rectangle)
Enlarges a Rectangle structure by the specified amount.
'Declaration
Public Sub Inflate( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As Rectangle
Dim width As Double
Dim height As Double
instance.Inflate(width, height)
Parameters
- width
- The amount to inflate this Rect horizontally.
- height
- The amount to inflate this Rect vertically.