'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 GcSize(width, height)
public GcSize( double width, double height )
GcSize Structure GcSize Members