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, int shift )
Parameters
- 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. - thickness
- Type: System.Int32
Thickness of the ellipse arc. - lineType
- Type: OpenCvSharp.LineType
Type of the ellipse boundary. - shift
- Type: System.Int32
Number of fractional bits in the center coordinates and axes' values.
See Also