CvArrPolyLine Method (CvPoint, Boolean, CvScalar, Int32) OpenCvSharp Class Library
Draws simple or thick polygons

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void PolyLine(
	CvPoint[][] pts,
	bool isClosed,
	CvScalar color,
	int thickness
)

Parameters

pts
Type: OpenCvSharpCvPoint
Array of pointers to polylines.
isClosed
Type: SystemBoolean
Indicates whether the polylines must be drawn closed. If closed, the function draws the line from the last vertex of every contour to the first vertex.
color
Type: OpenCvSharpCvScalar
Polyline color.
thickness
Type: SystemInt32
Thickness of the polyline edges.
See Also

Reference