Number of elements in this dimension

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Size { get; set; }
Public Property Size As Integer
public:
property int Size {
	int get ();
	void set (int value);
}

See Also