CvDrawCircle Method (CvArr, Int32, Int32, Int32, CvScalar) OpenCvSharp Class Library
Draws a circle

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void DrawCircle(
	CvArr img,
	int centerX,
	int centerY,
	int radius,
	CvScalar color
)

Parameters

img
Type: OpenCvSharpCvArr
Image where the circle is drawn.
centerX
Type: SystemInt32
X-coordinate of the center of the circle.
centerY
Type: SystemInt32
Y-coordinate of the center of the circle.
radius
Type: SystemInt32
Radius of the circle.
color
Type: OpenCvSharpCvScalar
Circle color.
See Also

Reference