Point Constructor

Constructs a new point with the specified coordinates.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Point(
	double x,
	double y
)

Parameters

x  Double
The X-coordinate.
y  Double
The Y-coordinate.

See Also