Point

Point constructor

Initializes a new instance of the Point class.

public Point(double x, double y)
Parameter Type Description
x Double The x-coordinate.
y Double The y-coordinate.

See Also