ISurfaceSpecificsDAddArc 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(
	PointD StartP,
	PointD EndP,
	PointD CenterP,
	bool ClockWise
)

Parameters

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

Return Value

Boolean
true if was successful

Implements

InterfaceSurfaceSpecificsDAddArc(PointD, PointD, PointD, Boolean)

See Also