http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw a convex polygon using the specific color and thickness
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public virtual void Draw( IConvexPolygonF polygon, TColor color, int thickness ) |
Visual Basic |
---|
Public Overridable Sub Draw ( _ polygon As IConvexPolygonF, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: virtual void Draw( IConvexPolygonF^ polygon, TColor color, int thickness ) |
Parameters
- polygon
- Type: Emgu.CV..::..IConvexPolygonF
The convex polygon to be drawn
- color
- Type: TColor
The color of the triangle
- thickness
- Type: System..::..Int32
If thickness is less than 1, the triangle is filled up