http://www.emgu.com Create a circle with the specific center and radius
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic CircleF(
PointF center,
float radius
)
Public Sub New (
center As PointF,
radius As Single
)
public:
CircleF(
PointF center,
float radius
)
new :
center : PointF *
radius : float32 -> CircleFParameters
- center
- Type: System.DrawingPointF
The center of this circle - radius
- Type: SystemSingle
The radius of this circle
See Also