DrawIconEx leaving mask artifacts
问题 I'm extracting jumbo icons for any given path using IImageList and SHGetFileInfo . Once I have that, I then render the HICON into a HBITMAP using DrawIconEx for eventual rendering with GDI+ Bitmap and Graphics objects. Now, this all works great, except that when I do the final rendering of the bitmap, the very left edge always has a black artifact on it. This is true for pretty much any icon I get, and is always the left edge. Any ideas where the dark line could be coming from? The code I'm