Click or drag to resize

MapTColor, TDepthDraw Method (IConvexPolygonF, TColor, Int32)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public override 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 convex polygon
thickness
Type: SystemInt32
If thickness is less than 1, the triangle is filled up
See Also