CvArrEllipseBox Method (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 void EllipseBox(
	CvBox2D box,
	CvScalar color,
	int thickness
)

Parameters

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