Draw a Ellipse of the specific color and thickness

C# | Visual Basic | Visual 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 )

- T
- The type of ellipse to draw
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)