Click or drag to resize

ImageTColor, TDepthDraw Method (IConvexPolygonF, TColor, Int32)

http://www.emgu.com
Draw a convex polygon using the specific color and thickness

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public virtual void Draw(
	IConvexPolygonF polygon,
	TColor color,
	int thickness
)

Parameters

polygon
Type: Emgu.CVIConvexPolygonF
The convex polygon to be drawn
color
Type: TColor
The color of the triangle
thickness
Type: SystemInt32
If thickness is less than 1, the triangle is filled up
See Also