public Point2D( double x, double y )
'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 Point2D(x, y)
public: Point2D( double x, double y )
Target Platforms
Point2D Structure Point2D Members