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, int thickness, LineType lineType, int shift )
Parameters
- img
- Type: OpenCvSharpCvArr
Image. - 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. - shift
- Type: SystemInt32
Number of fractional bits in the center coordinates and axes' values.
See Also