Emgu CV Library Documentation
Draw<(Of <(T>)>) Method (ellipse, color, thickness)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Draw<(Of <(T>)>)(Ellipse<(Of <(T>)>), TColor, Int32)

www.emgu.com/wiki
Draw a Ellipse of the specific color and thickness
Declaration Syntax
C#Visual BasicVisual C++
public void Draw<T>(
	Ellipse<T> ellipse,
	TColor color,
	int thickness
)
where T : new(), IComparable
Public Sub Draw(Of T As {New, IComparable}) ( _
	ellipse As Ellipse(Of T), _
	color As TColor, _
	thickness As Integer _
)
public:
generic<typename T>
where T : gcnew(), IComparable
void Draw(
	Ellipse<T>^ ellipse, 
	TColor color, 
	int thickness
)
Generic Template Parameters
T
The type of ellipse to draw
Parameters
ellipse (Ellipse<(Of <(T>)>))
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.4.3249.6313 (1.4.0.0)