[This is preliminary documentation and is subject to change.]
Fill the convex polygon with the specific color
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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