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 Ellipse( CvArr img, CvPoint center, CvSize axes, double angle, double startAngle, double endAngle, CvScalar color )
Parameters
- img
- Type: OpenCvSharp.CvArr
Image. - center
- Type: OpenCvSharp.CvPoint
Center of the ellipse. - axes
- Type: OpenCvSharp.CvSize
Length of the ellipse axes. - angle
- Type: System.Double
Rotation angle. - startAngle
- Type: System.Double
Starting angle of the elliptic arc. - endAngle
- Type: System.Double
Ending angle of the elliptic arc. - color
- Type: OpenCvSharp.CvScalar
Ellipse color.
See Also