ISurfaceSpecificsAddLine Method

Add an new outline line segment to the subpolygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddLine(
	PointF StartP,
	PointF EndP
)

Parameters

StartP  PointF
the begining of the line in mils
EndP  PointF
the end of the line in mils

Return Value

Boolean
true if was successful

See Also