Inflate(Double,Double) Method
In This Topic
Inflates the current
RectangleD by specified horizontal and vertical amounts.
Syntax
'Declaration
Public Overloads Sub Inflate( _
ByVal As Double, _
ByVal As Double _
)
public void Inflate(
double ,
double
)
Parameters
- x
- The amount to add on the left and right of the current RectangleD.
- y
- The amount to add at the top and bottom of the current RectangleD.
See Also