Emgu CV Library Documentation
Height Property
NamespacesEmgu.CVRectangle<(Of <(T>)>)Height

www.emgu.com/wiki
Get or Set the height of the rectangle
Declaration Syntax
C#Visual BasicVisual C++
public T Height { get; set; }
Public Property Height As T
public:
property T Height {
	T get ();
	void set (T value);
}

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