Click or drag to resize
Ellipse Constructor (PointF, SizeF, Single)
http://www.emgu.com
Create an ellipse with specific parameters

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Ellipse(
	PointF center,
	SizeF size,
	float angle
)

Parameters

center
Type: System.DrawingPointF
The center of the ellipse
size
Type: System.DrawingSizeF
The width and height of the ellipse
angle
Type: SystemSingle
The rotation angle in radian for the ellipse
See Also