InterfacePolyClassAddCircle Method

Add an complete circle to the polygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddCircle(
	PointD ptCenter,
	double radius
)

Parameters

ptCenter  PointD
Center of the circle.
radius  Double
Radius of the circle.

See Also