IPolyClassAddLine Method

Add an line to the polygon with outline elments (e.g. rounds at the end).

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AddLine(
	PointD ptStart,
	PointD ptEnd,
	double diameter,
	char CapType
)

Parameters

ptStart  PointD
the startpoint of an ILineSpecifics
ptEnd  PointD
the endpoint of an ILineSpecifics
diameter  Double
diameter of the line
CapType  Char
's' or 'r' or empty

Implements

InterfacePolyClassAddLine(PointD, PointD, Double, Char)

See Also