'Declaration Public Function New( _ ByVal width As Double, _ ByVal height As Double _ )
'Declaration
Public Function New( _ ByVal width As Double, _ ByVal height As Double _ )
'Usage Dim width As Double Dim height As Double Dim instance As New Size(width, height)
'Usage
Dim width As Double Dim height As Double Dim instance As New Size(width, height)
public Size( double width, double height )
Size Structure Size Members