Emgu CV Library Documentation
Ellipse<(Of <(T>)>) Constructor (center, size, angle)
NamespacesEmgu.CVEllipse<(Of <(T>)>)Ellipse<(Of <(T>)>)(Point2D<(Of <(T>)>), Point2D<(Of <(T>)>), Double)

www.emgu.com/wiki
Create an ellipse with specific parameters
Declaration Syntax
C#Visual BasicVisual C++
public Ellipse(
	Point2D<T> center,
	Point2D<T> size,
	double angle
)
Public Sub New ( _
	center As Point2D(Of T), _
	size As Point2D(Of T), _
	angle As Double _
)
public:
Ellipse(
	Point2D<T>^ center, 
	Point2D<T>^ size, 
	double angle
)
Parameters
center (Point2D<(Of <(T>)>))
The center of the ellipse
size (Point2D<(Of <(T>)>))
The width and height of the ellipse
angle (Double)
The rotation angle in radian for the ellipse

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