Click or drag to resize

ImageTColor, TDepthFillConvexPoly Method

http://www.emgu.com
Fill the convex polygon with the specific color

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void FillConvexPoly(
	Point[] pts,
	TColor color,
	LineType lineType = LineType.EightConnected,
	int shift = 0
)

Parameters

pts
Type: System.DrawingPoint
The array of points that define the convex polygon
color
Type: TColor
The color to fill the polygon with
lineType (Optional)
Type: Emgu.CV.CvEnumLineType
Line type
shift (Optional)
Type: SystemInt32
Number of fractional bits in the center coordinates and radius value
See Also