Description
Constructs 2d-point with coordinates x and y.
C#
public Point2d( double x, double y );
Visual Basic
Public Sub New( x As double, y As double )
Constructs 2d-point with coordinates x and y.
public Point2d( double x, double y );
Public Sub New( x As double, y As double )