Draw a convex polygon of the specific color and thickness

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override void Draw(
	IConvexPolygonF polygon,
	TColor color,
	int thickness
)
Public Overrides Sub Draw ( _
	polygon As IConvexPolygonF, _
	color As TColor, _
	thickness As Integer _
)
public:
virtual void Draw(
	IConvexPolygonF^ polygon, 
	TColor color, 
	int thickness
) override

Parameters

polygon
IConvexPolygonF
The convex polygon to be drawn
color
TColor
The color of the convex polygon
thickness
Int32
If thickness is less than 1, the triangle is filled up

See Also