ImageList_DrawEx (COMCTL32.@)
BOOL ImageList_DrawEx ( HIMAGELIST himl, INT i, HDC hdc, INT x, INT y, INT dx, INT dy, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle )
Draws an image and allows using extended drawing features.
himl | [In] | handle to image list. |
i | [In] | image index. |
hdc | [In] | handle to device context. |
x | [In] | X position. |
y | [In] | Y position. |
dx | [In] | X offset. |
dy | [In] | Y offset. |
rgbBk | [In] | background color. |
rgbFg | [In] | foreground color. |
fStyle | [In] | drawing flags. |
Success: TRUE
Failure: FALSE.
Calls ImageList_DrawIndirect.
ImageList_DrawIndirect.
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/imagelist.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/imagelist.c
Debug channel "imagelist".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.