www.emgu.com/wiki Create a rectangle with the specific center, with and height

Declaration Syntax
public Rectangle(
Point2D<T> center,
T width,
T height
)
Public Sub New ( _
center As Point2D(Of T), _
width As T, _
height As T _
)
public:
Rectangle(
Point2D<T>^ center,
T width,
T height
)

Parameters
- center (Point2D<(Of <(T>)>))
- The center of the rectangle
- width (T)
- The width of the rectangle
- height (T)
- The height of the rectangle
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)