Create a rectangle with the specific left, right, top bottom corrdinates

C# | Visual Basic | Visual C++ |
public Rectangle( T left, T right, T top, T bottom )
Public Sub New ( _ left As T, _ right As T, _ top As T, _ bottom As T _ )
public: Rectangle( T left, T right, T top, T bottom )

- 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)"]