Draws simple or thick polygons
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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.
See Also