www.emgu.com/wiki Create a circle with the specific center and radius

Declaration Syntax
public Circle(
Point2D<T> center,
T radius
)
Public Sub New ( _
center As Point2D(Of T), _
radius As T _
)
public:
Circle(
Point2D<T>^ center,
T radius
)

Parameters
- center (Point2D<(Of <(T>)>))
- The center of this circle
- radius (T)
- The radius of this circle
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)