Emgu CV Library Documentation
FillConvexPoly Method (pts, color)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)FillConvexPoly(array<MCvPoint>[]()[], TColor)

www.emgu.com/wiki
Fill the convex polygon with the specific color
Declaration Syntax
C#Visual BasicVisual C++
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.4.3249.6313 (1.4.0.0)