Point2d(Double) Constructor
|
Initializes a new instance of the
Point2d class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Point2d(
double[] xy
)
Public Sub New (
xy As Double()
)
public:
Point2d(
array<double>^ xy
)
new :
xy : float[] -> Point2d
Parameters
- xy Double
-
See Also