Emgu CV Library Documentation
Rectangle<(Of <(T>)>) Constructor (left, right, top, bottom)
NamespacesEmgu.CVRectangle<(Of <(T>)>)Rectangle<(Of <(T>)>)(T, T, T, T)

www.emgu.com/wiki
Create a rectangle with the specific left, right, top bottom corrdinates
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use other constructor instead, will be removed in the next version")]
public Rectangle(
	T left,
	T right,
	T top,
	T bottom
)
<ObsoleteAttribute("Use other constructor instead, will be removed in the next version")> _
Public Sub New ( _
	left As T, _
	right As T, _
	top As T, _
	bottom As T _
)
[ObsoleteAttribute(L"Use other constructor instead, will be removed in the next version")]
public:
Rectangle(
	T left, 
	T right, 
	T top, 
	T bottom
)
Parameters
left (T)

[Missing <param name="left"/> documentation for "M:Emgu.CV.Rectangle`1.#ctor(`0,`0,`0,`0)"]

right (T)

[Missing <param name="right"/> documentation for "M:Emgu.CV.Rectangle`1.#ctor(`0,`0,`0,`0)"]

top (T)

[Missing <param name="top"/> documentation for "M:Emgu.CV.Rectangle`1.#ctor(`0,`0,`0,`0)"]

bottom (T)

[Missing <param name="bottom"/> documentation for "M:Emgu.CV.Rectangle`1.#ctor(`0,`0,`0,`0)"]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)