Emgu CV Library Documentation
MCvRect Constructor (x, y, width, height)
NamespacesEmgu.CVMCvRectMCvRect(Int32, Int32, Int32, Int32)

www.emgu.com/wiki
Create a CvRect with the specific information
Declaration Syntax
C#Visual BasicVisual C++
public MCvRect(
	int x,
	int y,
	int width,
	int height
)
Public Sub New ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
public:
MCvRect(
	int x, 
	int y, 
	int width, 
	int height
)
Parameters
x (Int32)
x-coordinate of the left-most rectangle corner[s]
y (Int32)
y-coordinate of the bottom-most rectangle corner[s]
width (Int32)
width of the rectangle
height (Int32)
height of the rectangle

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