http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw a Ellipse of 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 void Draw( Ellipse ellipse, TColor color, int thickness ) |
Visual Basic |
---|
Public Sub Draw ( _ ellipse As Ellipse, _ color As TColor, _ thickness As Integer _ ) |
Visual C++ |
---|
public: void Draw( Ellipse ellipse, TColor color, int thickness ) |
Parameters
- ellipse
- Type: Emgu.CV.Structure..::..Ellipse
The ellipse to be draw
- color
- Type: TColor
The color of the ellipse
- thickness
- Type: System..::..Int32
If thickness is less than 1, the ellipse is filled up