Draw a Ellipse of the specific color and thickness
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void Draw(
Ellipse ellipse,
TColor color,
int thickness
)
Public Sub Draw ( _
ellipse As Ellipse, _
color As TColor, _
thickness As Integer _
)
public:
void Draw(
Ellipse ellipse,
TColor color,
int thickness
)
Parameters
- ellipse
- Ellipse
The ellipse to be draw
- color
- TColor
The color of the ellipse
- thickness
- Int32
If thickness is less than 1, the ellipse is filled up
See Also