Emgu CV Library Documentation
Width Property
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Width

www.emgu.com/wiki
Get the width of the image ( number of pixels in the x direction), if ROI is set, the width of the ROI
Declaration Syntax
C#Visual BasicVisual C++
public override int Width { get; }
Public Overrides ReadOnly Property Width As Integer
public:
virtual property int Width {
	int get () override;
}

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