GoWebScan API
kPointer GoWebScanVisionBoardMsg_DataAt ( GoWebScanVisionBoardMsg  msg,
kSize  rowIndex,
kSize  colIndex 
)

Gets the pixel value at a specified row and column in the board array.

Parameters
msgGoWebScanVisionBoardMsg object.
rowIndexRow index (Y-axis).
colIndexColumn index (X-axis).
Returns
Pointer to pixel value (of same type as pixelType parameter in object construction).