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

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

Parameters
- pts (array<
MCvPoint
>[]()[])
- 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.3.0.0 (1.3.0.0)