| ImageNETPixelFormatToArray Method  | 
 Get pixels as a 2D array of pixel structs
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
 Syntax
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
Remarks
The first index selects the row (0 to height-1) and the second index
selects the column (0 to width-1).
 See Also
See Also