ImageGear for C and C++ on Linux v20.0 - Updated
LPFNIG_DIRECT_RASTER_GET
API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_DIRECT_RASTER_GET

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.

Is this page helpful?
Yes No
Thanks for your feedback.