ImageGear for C and C++ on Windows v19.9 - Updated
AT_ISIS_AREAPAINTINFO
API Reference Guide > ISIS Component API Reference > ISIS Component Structures Reference > AT_ISIS_AREAPAINTINFO

The AT_ISIS_AREAPAINTINFO structure is pointed to by lData in the callback function when lCommand is set to IG_ISIS_AREA_PAINT is declared as follows:

Declaration:

 
Copy Code
typedef struct tagAT_ISIS_AREAPAINTINFO
{
        int size;  
        HDC hDC;
        RECT destRect;
        RECT clipRect;
} AT_ISIS_AREAPAINTINFO, FAR* LPAT_ISIS_AREAPAINTINFO;