I need to apply a blur to a System.Drawing.Bitmap
. The classes in System.Drawing
are supposed to be wrappers around GDI+, so I'd I use the GDI+ Blur effect. Is this possible, and if so, how?
Edit: I don't want to know how to write my own Blur effect, I want to know how to use the built-in GDI+ one.