www.emgu.com/wiki
Fill the convex polygon with the specific color

Declaration Syntax
public void FillConvexPoly(
Point[] pts,
TColor color
)
Public Sub FillConvexPoly ( _
pts As Point(), _
color As TColor _
)
public:
void FillConvexPoly(
array<Point>^ pts,
TColor color
)

Parameters
- pts (array<
Point
>[]()[])
- The array of points that define the convex polygon
- color (TColor)
- The color to fill the polygon with
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)