www.emgu.com/wiki
Draw the polylines defined by the array of array of 2D points

Declaration Syntax
public void DrawPolyline(
MCvPoint[][] pts,
bool isClosed,
TColor color,
int thickness
)
Public Sub DrawPolyline ( _
pts As MCvPoint()(), _
isClosed As Boolean, _
color As TColor, _
thickness As Integer _
)
public:
void DrawPolyline(
array<array<MCvPoint>^>^ pts,
bool isClosed,
TColor color,
int thickness
)

Parameters
- pts (array<
array<
MCvPoint
>[]()[]
>[]()[])
- An array of array of points that defines the poly lines
- isClosed (Boolean)
- if true, the last line segment is defined by the last point of the array and the first point of the array
- color (TColor)
- the color used for drawing
- thickness (Int32)
- the thinkness of the line
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)