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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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