Cad2DPoint.Cad2DPoint

Cad2DPoint()

Initializes a new instance of the Cad2DPoint class.

public Cad2DPoint()

See Also


Cad2DPoint(double, double)

Initializes a new instance of the Cad2DPoint class.

public Cad2DPoint(double x, double y)
ParameterTypeDescription
xDoubleThe x ordinate.
yDoubleThe y ordinate.

See Also