IPolyClassAddEdge(PointD, PointD, PointD, Boolean) Method

Add an arc Edge to the polygon (its create the IArcEdge internal)

Definition

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

Parameters

ptStart  PointD
Begin of arc
ptEnd  PointD
End of arc
ptCenter  PointD
Center of arc
clockwise  Boolean
direction of the arc

Implements

InterfacePolyClassAddEdge(PointD, PointD, PointD, Boolean)

See Also