'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 C1Size(width, height)
'Usage
Dim width As Double Dim height As Double Dim instance As New C1Size(width, height)
public C1Size( double width, double height )
C1Size Structure C1Size Members