Draw a line segment of the specific color and thickness

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

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

- line (LineSegment2D<(Of <(T>)>))
- The line segment to be draw
- color (TColor)
- The color of the line segment
- thickness (Int32)
- The thickness of the line segment