IPolyClassAddEdge(PointD, PointD) Method

Add an ILineEdge to the polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddEdge(
	PointD ptStart,
	PointD ptEnd
)

Parameters

ptStart  PointD
begin of the line
ptEnd  PointD
end of the line

Implements

InterfacePolyClassAddEdge(PointD, PointD)

See Also