LILDRAWITEM

Summary

The LILDRAWITEM structure contains information about a specific item to be drawn/painted in the ImageList control's parent window.

Syntax

typedef struct _LILDRAWITEM 
{ 
   L_UINT uStructSize; 
   L_UINT uID; 
   HWND hWnd; 
   HDC hDC; 
   RECT rcItem; 
   RECT rcItemBack; 
   pLILITEM pItem; 
} LILDRAWITEM, * pLILDRAWITEM; 

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

uID

Control ID.

hWnd

Window handle of the control.

hDC

Device context for output.

rcItem

RECT structure that contains the location of the item to draw/paint.

rcItemBack

RECT structure that contains the background of the item to draw/paint.

pItem

Pointer to the structure that contains the item to draw/paint.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.