Draws a circle
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Circle( CvPoint center, int radius, CvScalar color, int thickness, LineType lineType )
Parameters
- center
- Type: OpenCvSharpCvPoint
 Center of the circle.
- radius
- Type: SystemInt32
 Radius of the circle.
- color
- Type: OpenCvSharpCvScalar
 Circle color.
- thickness
- Type: SystemInt32
 Thickness of the circle outline if positive, otherwise indicates that a filled circle has to be drawn.
- lineType
- Type: OpenCvSharpLineType
 Type of the circle boundary.
See Also