Draw a line segment in the map

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override void Draw(
	LineSegment2DF line,
	TColor color,
	int thickness
)
Public Overrides Sub Draw ( _
	line As LineSegment2DF, _
	color As TColor, _
	thickness As Integer _
)
public:
virtual void Draw(
	LineSegment2DF line, 
	TColor color, 
	int thickness
) override

Parameters

line
LineSegment2DF
The line to be draw
color
TColor
The color for the line
thickness
Int32
The thickness of the line

See Also