[This is preliminary documentation and is subject to change.]

Get the height (#Rows) of the cvArray. If ROI is set, the height of the ROI

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Height { get; }
Public ReadOnly Property Height As Integer
public:
property int Height {
	int get ();
}

See Also