Emgu CV Library Documentation
Draw<(Of <(T>)>) Method (line, color, thickness)
NamespacesEmgu.CVMap<(Of <(TColor, TDepth>)>)Draw<(Of <(T>)>)(LineSegment2D<(Of <(T>)>), TColor, Int32)

www.emgu.com/wiki
Draw a line segment in the map
Declaration Syntax
C#Visual BasicVisual C++
public override void Draw<T>(
	LineSegment2D<T> line,
	TColor color,
	int thickness
)
where T : new(), IComparable
Public Overrides 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
) override
Generic Template Parameters
T
The type of the line
Parameters
line (LineSegment2D<(Of <(T>)>))
The line to be draw
color (TColor)
The color for the line
thickness (Int32)
The thickness of the line

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)