ILineEdge Constructor

create new line with start and end point.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ILineEdge(
	PointD start,
	PointD end
)

Parameters

start  PointD
the bginning point of the line
end  PointD
the end point of the line

See Also