Click or drag to resize
MapTColor, TDepthDraw Method (LineSegment2DF, TColor, Int32, LineType, Int32)
http://www.emgu.com
Draw a line segment in the map

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public override void Draw(
	LineSegment2DF line,
	TColor color,
	int thickness,
	LineType lineType = LineType.EightConnected,
	int shift = 0
)

Parameters

line
Type: Emgu.CV.StructureLineSegment2DF
The line to be draw
color
Type: TColor
The color for the line
thickness
Type: SystemInt32
The thickness of the line
lineType (Optional)
Type: Emgu.CV.CvEnumLineType
Line type
shift (Optional)
Type: SystemInt32
Number of fractional bits in the center coordinates and radius value
See Also