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

Declaration Syntax
public void Draw(
Ellipse ellipse,
TColor color,
int thickness
)
Public Sub Draw ( _
ellipse As Ellipse, _
color As TColor, _
thickness As Integer _
)
public:
void Draw(
Ellipse ellipse,
TColor color,
int thickness
)

Parameters
- ellipse (Ellipse)
- The ellipse to be draw
- color (TColor)
- The color of the ellipse
- thickness (Int32)
- If thickness is less than 1, the ellipse is filled up
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)