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