Get the width (#Cols) of the cvArray. If ROI is set, the width of the ROI

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

Syntax

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

See Also