This function has been deprecated and will be removed from the public API in a future release.
Copy Code
|
|
---|---|
typedef LPAT_PIXEL (LPACCUAPI LPFNIG_DIRECT_RASTER_GET)( LPVOID lpPrivate, AT_PIXPOS cyPos, DWORD cRasterSize, LPAT_ERRCODE lpnErrCode ); |
Name | Type | Description |
---|---|---|
lpPrivate | LPVOID | Not used. |
cyPos | AT_PIXPOS | Not used. |
cRasterSize | DWORD | Not used. |
lpnErrCode | LPAT_ERRCODE | Not used. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None