Get the size of the array

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

Syntax

C#
public Size Size { get; }
Visual Basic (Declaration)
Public ReadOnly Property Size As Size
Visual C++
public:
virtual property Size Size {
	Size get () sealed;
}

See Also