Draw the polyline defined by the array of 2D points

C# | Visual Basic | Visual C++ |
public override void DrawPolyline<T>( Point2D<T>[] pts, bool isClosed, TColor color, int thickness ) where T : new(), IComparable
Public Overrides Sub DrawPolyline(Of T As {New, IComparable}) ( _ pts As Point2D(Of T)(), _ isClosed As Boolean, _ color As TColor, _ thickness As Integer _ )
public: generic<typename T> where T : gcnew(), IComparable virtual void DrawPolyline( array<Point2D<T>^>^ pts, bool isClosed, TColor color, int thickness ) override

- T
[Missing <typeparam name="T"/> documentation for "M:Emgu.CV.Map`2.DrawPolyline``1(Emgu.CV.Point2D{``0}[],System.Boolean,`0,System.Int32)"]
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)