0
kicks
Using WebImage in WinForms applications
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...