Draws a simple or filled circle with given center and radius. The circle is clipped by ROI rectangle.

C# | Visual Basic | Visual C++ |
public static void cvCircle( IntPtr img, Point center, int radius, MCvScalar color, int thickness, LINE_TYPE lineType, int shift )

- img (IntPtr)
- Image where the circle is drawn
- center (Point)
- Center of the circle
- radius (Int32)
- Radius of the circle.
- color (MCvScalar)
- Color of the circle
- thickness (Int32)
- Thickness of the circle outline if positive, otherwise indicates that a filled circle has to be drawn
- lineType (LINE_TYPE)
- Type of the circle boundary
- shift (Int32)
- Number of fractional bits in the center coordinates and radius value