'Declaration Public Sub Inflate( _ ByVal width As Double, _ ByVal height As Double _ )
'Declaration
Public Sub Inflate( _ ByVal width As Double, _ ByVal height As Double _ )
'Usage Dim instance As Rectangle Dim width As Double Dim height As Double instance.Inflate(width, height)
'Usage
Dim instance As Rectangle Dim width As Double Dim height As Double instance.Inflate(width, height)
public void Inflate( double width, double height )
Rectangle Structure Rectangle Members