Emgu CV Library Documentation
PolyLine Method (points, closed)
NamespacesEmgu.CVPointCollectionPolyLine(array<Point>[]()[], Boolean)

www.emgu.com/wiki
convert a series of System.Drawing.Point to LineSegment2D
Declaration Syntax
C#Visual BasicVisual C++
public static LineSegment2D[] PolyLine(
	Point[] points,
	bool closed
)
Public Shared Function PolyLine ( _
	points As Point(), _
	closed As Boolean _
) As LineSegment2D()
public:
static array<LineSegment2D>^ PolyLine(
	array<Point>^ points, 
	bool closed
)
Parameters
points (array< Point >[]()[])
the array of points
closed (Boolean)
if true, the last line segment is defined by the last point of the array and the first point of the array
Return Value
array of LineSegment2D

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