www.emgu.com/wiki Draw a Circle of the specific color and thickness

Declaration Syntax
public virtual void Draw(
CircleF circle,
TColor color,
int thickness
)
Public Overridable Sub Draw ( _
circle As CircleF, _
color As TColor, _
thickness As Integer _
)
public:
virtual void Draw(
CircleF circle,
TColor color,
int thickness
)

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)