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

www.emgu.com/wiki
Draw a line segment using the specific color and thickness
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Draw(
	LineSegment2DF line,
	TColor color,
	int thickness
)
Public Overridable Sub Draw ( _
	line As LineSegment2DF, _
	color As TColor, _
	thickness As Integer _
)
public:
virtual void Draw(
	LineSegment2DF line, 
	TColor color, 
	int thickness
)
Parameters
line (LineSegment2DF)
The line segment to be drawn
color (TColor)
The color of the line segment
thickness (Int32)
The thickness of the line segment

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)