Point2D.Point2D

Point2D constructor

Initializes a new instance of the Point2D class.

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

See Also