|
GoWebScan API
|
| kStatus GoWebScanVisionTileMsg_Construct | ( | GoWebScanVisionTileMsg * | msg, |
| GoWebScanPipeMsgPool | pool, | ||
| kSize | count, | ||
| kSize | width, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanVisionTileMsg object.
| msg | Receives the constructed GoWebScanVisionTileMsg object. |
| pool | Message pool of GoWebScanVisionTileMsg objects |
| count | Length of tile in Y-axis (pixels). |
| width | Length of tile in X-axis (pixels). |
| allocator | Memory allocator (or kNULL for default). |