Click or drag to resize

PointCollectionPolyLine Method (Point, Boolean)

http://www.emgu.com
convert a series of System.Drawing.Point to LineSegment2D

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static LineSegment2D[] PolyLine(
	Point[] points,
	bool closed
)

Parameters

points
Type: System.DrawingPoint
the array of points
closed
Type: SystemBoolean
if true, the last line segment is defined by the last point of the array and the first point of the array

Return Value

Type: LineSegment2D
array of LineSegment2D
See Also