Point2d Constructor (Double)

Constructor for the Point2d class. Creates a new point with coordinates taken from the first two values of the passed array.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point2d(
        double[] xy
)

Parameters

xy
Type: SystemDouble
[in] Array of double values that define the coordinates of this point. Only the first two values from the passed array are used.
See Also

©  Bricsys NV. All rights reserved.