IMathMM2Mils(PointD) Method

Creates a new point with values from mm to mils

Definition

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

Parameters

PointMM  PointD
X and > in mils

Return Value

PointD
X and Y in mm

See Also