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 EllipseBox( CvBox2D box, CvScalar color, int thickness, LineType lineType )
Parameters
- 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
See Also