Draws a circle
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- center
- Type: OpenCvSharpCvPoint
 Center of the circle.
- radius
- Type: SystemInt32
 Radius of the circle.
- color
- Type: OpenCvSharpCvScalar
 Circle color.
See Also