IPolyClassAddCircle Method

Add an complete circle to the polygon.

Definition

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

Parameters

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

Implements

InterfacePolyClassAddCircle(PointD, Double)

See Also