PointCloudCopyPointsXYZColorsBGRA Method  | 
 
Get PointXYZColorBGRA as an array of rank 2 with size height * width
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic PointXYZColorBGRA[,] CopyPointsXYZColorsBGRA()
Public Function CopyPointsXYZColorsBGRA As PointXYZColorBGRA(,)
public:
array<PointXYZColorBGRA,2>^ CopyPointsXYZColorsBGRA()
Return Value
Type: 
PointXYZColorBGRARank 2 array of PointXYZColorBGRA
Remarks
This method copies the 3D point coordinates and colors from compute device memory to
host (CPU) system memory (RAM) and returns them as an array of 
PointXYZColorBGRA.
PointXYZColorBGRA contains point coordinates stored as floats in a
PointXYZ, and colors stored as BGRA (8 bits per channel) in a
ColorBGRA.
See Also