PointD(Double, Double) Constructor

Initialise the point with X and Y value.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PointD(
	double X,
	double Y
)

Parameters

X  Double
X value of the point.
Y  Double
Y value of the point.

See Also