ISurfaceSpecificsAddArc Method

Add an new outline arc segment to the subpolygon.

Definition

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

Parameters

StartP  PointF
the begining of the arc in mils
EndP  PointF
the end of the arc in mils
CenterP  PointF
the center of the arc in mils
ClockWise  Boolean
the sense of rotation

Return Value

Boolean
true if was successful

See Also