Create a circle with the specific center and radius

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public CircleF(
	PointF center,
	float radius
)
Public Sub New ( _
	center As PointF, _
	radius As Single _
)
public:
CircleF(
	PointF center, 
	float radius
)

Parameters

center
PointF
The center of this circle
radius
Single
The radius of this circle

See Also