Drop Shadow with GDI+
Posted: Fri Jan 16, 2009 12:16 am
I am looking for fast way to create a drop shadow/glow for owner-draw windows on-the-fly. This should also work for non rectangular window regions (ellipse, round rect, star, etc.). I am tired of using tons of single PNG images and put that mess together. Although it works it's not very efficient and only works for rectangular shapes. So I thought maybe this could be accomplished with GDI+. Unfortunately I know too little about this library so any input is appreciated.