ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ISIS Component API Reference / ISIS Component Structures Reference / AT_ISIS_AREAPAINTINFO
In This Topic
    AT_ISIS_AREAPAINTINFO
    In This Topic

    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;