http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a circle with the specific center and radius
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public CircleF( PointF center, float radius ) |
Visual Basic |
---|
Public Sub New ( _ center As PointF, _ radius As Single _ ) |
Visual C++ |
---|
public: CircleF( PointF center, float radius ) |
Parameters
- center
- Type: System.Drawing..::..PointF
The center of this circle
- radius
- Type: System..::..Single
The radius of this circle