http://www.emgu.com
Fill the convex polygon with the specific color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void FillConvexPoly(
Point[] pts,
TColor color
) |
Visual Basic |
---|
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