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:
hiGear | The handle to the image. |
dwGrpID | The display group identifier. |
hDC | The handle to the device context upon which to draw. |
hWnd | The display window handle. |
nOffLeft | (Unused). Offset from left. |
nOffTop | (Unused). Offset from top. |