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 EllipseBox( CvArr img, CvBox2D box, CvScalar color, int thickness, LineType lineType, int shift )
Parameters
- img
- Type: OpenCvSharpCvArr
Image. - box
- Type: OpenCvSharpCvBox2D
The enclosing box of the ellipse drawn - color
- Type: OpenCvSharpCvScalar
Ellipse color. - thickness
- Type: SystemInt32
Thickness of the ellipse boundary. - lineType
- Type: OpenCvSharpLineType
Type of the ellipse boundary - shift
- Type: SystemInt32
Number of fractional bits in the box vertex coordinates.
See Also