| MCvMatNDDimensionSize Property |
http://www.emgu.com
Number of elements in this dimension
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic int Size { get; set; }Public Property Size As Integer
Get
Set
public:
property int Size {
int get ();
void set (int value);
}member Size : int with get, set
Property Value
Type:
Int32
See Also