GoWebScan API
kPointer GoWebScanVisionWebMsg_DataAt ( GoWebScanVisionWebMsg  msg,
kSize  rowIndex,
kSize  colIndex 
)

Gets a pointer to the data value at a specified row and column index.

Parameters
msgGoWebScanVisionWebMsg msg.
rowIndexRow index (Y-axis).
colIndexColumn index (X-axis).
Returns
Pointer to value. Can be cast into pixelType used to construct message.