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 )
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.
See Also