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