Description
Constructs a 2D position object that has the specified coordinates.
C#
public Position2d( double x, double y );
Visual Basic
Public Sub New( x As double, y As double )
Constructs a 2D position object that has the specified coordinates.
public Position2d( double x, double y );
Public Sub New( x As double, y As double )