CvArrDrawEllipse Method (CvPoint, CvSize, Double, Double, Double, CvScalar, Int32, LineType) 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 DrawEllipse(
	CvPoint center,
	CvSize axes,
	double angle,
	double startAngle,
	double endAngle,
	CvScalar color,
	int thickness,
	LineType lineType
)

Parameters

center
Type: OpenCvSharpCvPoint
Center of the ellipse.
axes
Type: OpenCvSharpCvSize
Length of the ellipse axes.
angle
Type: SystemDouble
Rotation angle.
startAngle
Type: SystemDouble
Starting angle of the elliptic arc.
endAngle
Type: SystemDouble
Ending angle of the elliptic arc.
color
Type: OpenCvSharpCvScalar
Ellipse color.
thickness
Type: SystemInt32
Thickness of the ellipse arc.
lineType
Type: OpenCvSharpLineType
Type of the ellipse boundary.
See Also

Reference