ImageNETPixelFormatToArray Method  | 
 Get pixels as a 2D array of pixel structs
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic NETPixelFormat[,] ToArray()
Public Function ToArray As NETPixelFormat(,)
public:
array<NETPixelFormat,2>^ ToArray()
Return Value
Type: 
NETPixelFormatA 2D array [row,col] containing the image data as structs
Remarks
The first index selects the row (0 to height-1) and the second index
selects the column (0 to width-1).
See Also