Fill the convex polygon with the specific color

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
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

See Also