DrawIconEx(hDC, xLeft, yTop, hIcon, cxWidth, cyWidth, istepIfAniCur, hbrFlickerFreeDraw, diFlags)
Draws an icon or cursor into the specified device context,
performing the specified raster operations, and stretching or compressing the
icon or cursor as specified.
Parameters
hDC : int
handle to device contextxLeft : int
x-coord of upper left corneryTop : int
y-coord of upper left cornerhIcon : int
handle to iconcxWidth : int
icon widthcyWidth : int
icon heightistepIfAniCur : int
frame index, animated cursorhbrFlickerFreeDraw : PyGdiHANDLE
handle to background brush, can be NonediFlags : int
icon-drawing flags (win32con.DI_*)