Fills convex polygon
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void FillConvexPoly( CvPoint[] pts, CvScalar color, LineType lineType, int shift )
Parameters
- pts
- Type: OpenCvSharpCvPoint
Array of pointers to a single polygon. - color
- Type: OpenCvSharpCvScalar
Polygon color. - lineType
- Type: OpenCvSharpLineType
Type of the polygon boundaries. - shift
- Type: SystemInt32
Number of fractional bits in the vertex coordinates.
See Also