Draw a Circle of the specific color and thickness
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public virtual void Draw( CircleF circle, TColor color, int thickness ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Draw ( _ circle As CircleF, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: virtual void Draw( CircleF circle, TColor color, int thickness ) |
Parameters
- circle
- Type: Emgu.CV.Structure..::.CircleF
The circle to be drawn
- color
- Type: TColor
The color of the circle
- thickness
- Type: System..::.Int32
If thickness is less than 1, the circle is filled up