Inflate(Double,Double) Method
In This Topic
Inflates the rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Sub Inflate( _
ByVal As System.Double, _
ByVal As System.Double _
)
public void Inflate(
System.double ,
System.double
)
Parameters
- dx
- dy
See Also