Draw the polyline defined by the array of 2D points

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

- T
[Missing <typeparam name="T"/> documentation for "M:Emgu.CV.Image`2.DrawPolyline``1(System.Drawing.Point[],System.Boolean,`0,System.Int32)"]
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)