Description
Constructs a 2D position object with the same coordinates as the input point.
Visual Basic
Public Sub New( point As Point2d )
C#
public Position2d( Point2d point );
Parameters
Parameters | Description |
---|---|
Point2d point | Input any 2D point object |
Conditions
Read-only