PointDFromPointF Method

Create a new point with double values form a point with float values.

Definition

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

Parameters

p  PointF
The original point with float values.

Return Value

PointD
A new point with double vlaues.

See Also