IPolyClassAddEdge(PointD, PointD, PointD, Double, 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,
	double radius,
	bool clockwise
)

Parameters

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

Implements

InterfacePolyClassAddEdge(PointD, PointD, PointD, Double, Boolean)

See Also