Point.Point

Point constructor

Initializes new instance of the Point.

public Point(double x, double y)
ParameterTypeDescription
xDoublex coordinate value.
yDoubley coordinate value.

See Also