ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Callback Functions Reference / LPFNIG_DIRECT_RASTER_GET
In This Topic
    LPFNIG_DIRECT_RASTER_GET
    In This Topic

    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