Emgu CV Library Documentation
MCvBox2D Constructor (center, size, angle)
NamespacesEmgu.CV.StructureMCvBox2DMCvBox2D(PointF, SizeF, Single)

www.emgu.com/wiki
Create a MCvBox2D structure with the specific parameters
Declaration Syntax
C#Visual BasicVisual C++
public MCvBox2D(
	PointF center,
	SizeF size,
	float angle
)
Public Sub New ( _
	center As PointF, _
	size As SizeF, _
	angle As Single _
)
public:
MCvBox2D(
	PointF center, 
	SizeF size, 
	float angle
)
Parameters
center (PointF)
The center of the box
size (SizeF)
The size of the box
angle (Single)
The angle of the box in radians

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