PointD(PointF) Constructor

Initialise the point with X and Y value as float.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public PointD(
	PointF PFloat
)

Parameters

PFloat  PointF
The based point of the new PointD.

See Also