Click or drag to resize
CircleF Constructor
http://www.emgu.com
Create a circle with the specific center and radius

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CircleF(
	PointF center,
	float radius
)

Parameters

center
Type: System.DrawingPointF
The center of this circle
radius
Type: SystemSingle
The radius of this circle
See Also