The number of cols for this array

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

Syntax

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

See Also