CvEllipseBox Method (CvArr, CvBox2D, CvScalar, Int32) OpenCvSharp Class Library
Draws simple or thick elliptic arc or fills ellipse sector

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

public static void EllipseBox(
	CvArr img,
	CvBox2D box,
	CvScalar color,
	int thickness
)

Parameters

img
Type: OpenCvSharpCvArr
Image.
box
Type: OpenCvSharpCvBox2D
The enclosing box of the ellipse drawn
color
Type: OpenCvSharpCvScalar
Ellipse color.
thickness
Type: SystemInt32
Thickness of the ellipse boundary.
See Also

Reference