Constructor Point
Point(double, double)
Initializes a new instance of the Point class with the specified coordinates.
public Point(double x, double y)
Initializes a new instance of the Point class with the specified coordinates.
public Point(double x, double y)