Get the size of the point cloud (total number of points)
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic ulong Size { get; }Public ReadOnly Property Size As ULong
	Get
public:
property unsigned long long Size {
	unsigned long long get ();
}Property Value
Type: 
UInt64
RemarksThis is identical to width() * height()
See Also