www.emgu.com/wiki
Draws contour outlines in the image if thickness>=0 or fills area bounded by the contours if thickness<0

Declaration Syntax
public void Draw(
Seq<Point> c,
TColor color,
int thickness
)
Public Sub Draw ( _
c As Seq(Of Point), _
color As TColor, _
thickness As Integer _
)
public:
void Draw(
Seq<Point>^ c,
TColor color,
int thickness
)

Parameters
- c (Seq<(Of <(Point>)>))
- Pointer to the contour
- color (TColor)
- Color of the contour
- thickness (Int32)
- Thickness of lines the contours are drawn with. If it is negative, the contour interiors are drawn
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)