asynchronously loading a BitmapImage in C# using WPF

Posted by stevebec on Stack Overflow See other posts from Stack Overflow or by stevebec
Published on 2008-08-31T10:13:24Z Indexed on 2010/04/20 6:13 UTC
Read the original article Hit count: 444

Filed under:
|

What's the best way to asynchronously load an BitmapImage in C# using WPF? It seems like many solution exist, but does a standard pattern or best practice exist?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf