[This is preliminary documentation and is subject to change.]
Draw the polylines defined by the array of array of 2D points
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- pts
- array<
array<
Point
>[]()[]
>[]()[]
An array of polylines each represented by an array of points
- 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