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

    This structure contains members that specify drawing parameters.

    Declaration:

     
    Copy Code
    typedef struct tagAT_ARTX_DRAW_PARAMS
    {
            HIGEAR hiGear;
            AT_DWORD dwGrpID;
            HDC hDC;
            HWND hWnd;
            AT_INT nOffLeft;
            AT_INT nOffTop;
    } AT_ARTX_DRAW_PARAMS, *LPAT_ARTX_DRAW_PARAMS;
    

    Members:

    Name Type Description
    hiGear HIGEAR The handle to the image.
    dwGrpID AT_DWORD The display group identifier.
    hDC HDC The handle to the device context upon which to draw.
    hWnd HWND The display window handle.
    nOffLeft AT_INT (Unused). Offset from left.
    nOffTop AT_INT (Unused). Offset from top.