Using WebImage in WinForms applications

added by prokofyev
7/19/2011 7:02:30 AM

223 Views

System.Web.Helpers namespace contains useful class WebImage which is able to load an image from a stream or a file, transform it and render in browser. Alternatively you could save the image to a file. But if you try using WebImage class in WinForms application this way you'll get an error...


0 comments