IPolyClassAddArc Method

Add an arc to the polygon with outline elements (e.g. rounds at the endings).

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddArc(
	PointD ptStart,
	PointD ptEnd,
	PointD ptCenter,
	double diameter,
	bool rounded,
	bool Clockwise
)

Parameters

ptStart  PointD
Use the start of an IArcSpecifics.
ptEnd  PointD
Use the end of an IArcSpecifics.
ptCenter  PointD
Use the center of an IArcSpecifics.
diameter  Double
the diamenter of the arc
rounded  Boolean
the endings round?
Clockwise  Boolean
direction of the arc clockwise or counterclockwise

Implements

InterfacePolyClassAddArc(PointD, PointD, PointD, Double, Boolean, Boolean)

See Also