'Declaration Public Function New( _ ByVal x As Double, _ ByVal y As Double _ )
'Usage Dim x As Double Dim y As Double Dim instance As New GcPoint(x, y)
public GcPoint( double x, double y )
GcPoint Structure GcPoint Members