Emgu CV Library Documentation
Ellipse Constructor (box2d)
NamespacesEmgu.CV.StructureEllipseEllipse(MCvBox2D)

www.emgu.com/wiki
Create an ellipse from the specific MCvBox2D
Declaration Syntax
C#Visual BasicVisual C++
public Ellipse(
	MCvBox2D box2d
)
Public Sub New ( _
	box2d As MCvBox2D _
)
public:
Ellipse(
	MCvBox2D box2d
)
Parameters
box2d (MCvBox2D)
The MCvBox2D representation of this ellipse

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)