Using WPF controls in a background or ASP.Net environment

Posted by Moo on Stack Overflow See other posts from Stack Overflow or by Moo
Published on 2010-05-02T17:50:40Z Indexed on 2010/05/02 17:58 UTC
Read the original article Hit count: 805

Filed under:
|

Hi,

I have noticed that some WPF controls have some decent effects available to them (drop shadow, reflection etc), and was wondering if it was possible to use these WPF controls solely for their available effects?

For example, I have an image manipulation library that resizes and letterboxes disparate sized images but I would like to add drop shadow effects to the resulting images. The WPF image control has this effect available, but how easy is it to use in an environment where there will never be a GUI (console app or ASP.Net library/handler for example).

Thoughts?

Cheers

Moo

© Stack Overflow or respective owner

Related posts about wpf

Related posts about ASP.NET