Draw a 2D Cross of the specific color and thickness

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

- T
[Missing <typeparam name="T"/> documentation for "M:Emgu.CV.Image`2.Draw``1(Emgu.CV.Cross2D{``0},`0,System.Int32)"]
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)