ImageGear Professional DLL v18.1 for Windows
LPFNIG_DIRECT_RASTER_GET
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_DIRECT_RASTER_GET

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.