IPolyClassAddEdge(IEdge) Method

Add an edge (ILineEdge or IArcEdge) to the polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddEdge(
	IEdge e
)

Parameters

e  IEdge
The edge element

Implements

InterfacePolyClassAddEdge(IEdge)

See Also