typedef struct _LILDRAWITEM
{
L_UINT uStructSize;
L_UINT uID;
HWND hWnd;
HDC hDC;
RECT rcItem;
RECT rcItemBack;
pLILITEM pItem;
} LILDRAWITEM, * pLILDRAWITEM;
The LILDRAWITEM structure contains information about a specific item to be drawn/painted in the ImageList control's parent window.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Control ID.
Window handle of the control.
Device context for output.
RECT structure that contains the location of the item to draw/paint.
RECT structure that contains the background of the item to draw/paint.
Pointer to the structure that contains the item to draw/paint.
This structure is used by the LImageListControl::DrawItem function.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document