Fills polygons interior
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void FillPoly( CvArr img, CvPoint[][] pts, CvScalar color, LineType lineType, int shift )
Parameters
- img
- Type: OpenCvSharpCvArr
Image. - pts
- Type: OpenCvSharpCvPoint
Array of pointers to polygons. - color
- Type: OpenCvSharpCvScalar
Polygon color. - lineType
- Type: OpenCvSharpLineType
ype of the polygon boundaries. - shift
- Type: SystemInt32
Number of fractional bits in the vertex coordinates.
See Also