Fill the convex polygon with the specific color
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void FillConvexPoly(
Point[] pts,
TColor color
) |
Visual Basic (Declaration) |
---|
Public Sub FillConvexPoly ( _
pts As Point(), _
color As TColor _
) |
Visual C++ |
---|
public:
void FillConvexPoly(
array<Point>^ pts,
TColor color
) |
Parameters
- pts
- Type: array<
System.Drawing..::.Point
>[]()[]
The array of points that define the convex polygon
- color
- Type: TColor
The color to fill the polygon with
See Also