Draw a box of the specific color and thickness

C# | Visual Basic | Visual C++ |
public virtual void Draw<T>( Box2D<T> box, TColor color, int thickness ) where T : new(), IComparable
Public Overridable Sub Draw(Of T As {New, IComparable}) ( _ box As Box2D(Of T), _ color As TColor, _ thickness As Integer _ )
public: generic<typename T> where T : gcnew(), IComparable virtual void Draw( Box2D<T>^ box, TColor color, int thickness )

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