Draw a Circle of the specific color and thickness

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override void Draw(
	CircleF circle,
	TColor color,
	int thickness
)
Public Overrides Sub Draw ( _
	circle As CircleF, _
	color As TColor, _
	thickness As Integer _
)
public:
virtual void Draw(
	CircleF circle, 
	TColor color, 
	int thickness
) override

Parameters

circle
CircleF
The circle to be drawn
color
TColor
The color of the circle
thickness
Int32
If thickness is less than 1, the circle is filled up

See Also