Emgu CV Library Documentation
Draw Method (circle, color, thickness)
NamespacesEmgu.CVMap<(Of <(TColor, TDepth>)>)Draw(CircleF, TColor, Int32)

www.emgu.com/wiki
Draw a Circle of the specific color and thickness
Declaration Syntax
C#Visual BasicVisual C++
public override void Draw(
	CircleF circle,
	TColor color,
	int thickness
)
Public Overrides Sub Draw ( _
	circle As CircleF, _
	color As TColor, _
	thickness As Integer _
)
public:
virtual void Draw(
	CircleF circle, 
	TColor color, 
	int thickness
) override
Parameters
circle (CircleF)
The circle to be drawn
color (TColor)
The color of the circle
thickness (Int32)
If thickness is less than 1, the circle is filled up

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)