ImageGear Professional DLL v18.1 for Windows
AT_ISIS_AREAPAINTINFO
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ISIS Component API Reference > ISIS Component Structures Reference > AT_ISIS_AREAPAINTINFO

Glossary Item Box

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;

©2014. Accusoft Corporation. All Rights Reserved.