ImageTColor, TDepthDraw Method (IConvexPolygonF, TColor, Int32) |
http://www.emgu.com Draw a convex polygon using the specific color and thickness
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic virtual void Draw(
IConvexPolygonF polygon,
TColor color,
int thickness
)
Public Overridable Sub Draw (
polygon As IConvexPolygonF,
color As TColor,
thickness As Integer
)
public:
virtual void Draw(
IConvexPolygonF^ polygon,
TColor color,
int thickness
)
abstract Draw :
polygon : IConvexPolygonF *
color : 'TColor *
thickness : int -> unit
override Draw :
polygon : IConvexPolygonF *
color : 'TColor *
thickness : int -> unit
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