InterfacePolyClassAddLine Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also