http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
convert a series of points to LineSegment2D
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static LineSegment2DF[] PolyLine( PointF[] points, bool closed ) |
Visual Basic |
---|
Public Shared Function PolyLine ( _ points As PointF(), _ closed As Boolean _ ) As LineSegment2DF() |
Visual C++ |
---|
public: static array<LineSegment2DF>^ PolyLine( array<PointF>^ points, bool closed ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
the array of points
- closed
- Type: System..::..Boolean
if true, the last line segment is defined by the last point of the array and the first point of the array