Emgu CV Library Documentation
Width Property
NamespacesEmgu.CVCvArray<(Of <(TDepth>)>)Width

www.emgu.com/wiki
Get the width (#Cols) of the cvArray. If ROI is set, the width of the ROI
Declaration Syntax
C#Visual BasicVisual C++
public int Width { get; }
Public ReadOnly Property Width As Integer
public:
property int Width {
	int get ();
}

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