Click or drag to resize
MapTColor, TDepthDrawPolyline Method (PointF, Boolean, TColor, Int32)
http://www.emgu.com
Draw the polyline defined by the array of 2D points

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void DrawPolyline(
	PointF[] pts,
	bool isClosed,
	TColor color,
	int thickness
)

Parameters

pts
Type: System.DrawingPointF
the points that defines the poly line
isClosed
Type: SystemBoolean
if true, the last line segment is defined by the last point of the array and the first point of the array
color
Type: TColor
the color used for drawing
thickness
Type: SystemInt32
the thinkness of the line
See Also