views:

50

answers:

1

Hy How can i convert a BitmapImage to a Bitmap in Silverlight 4?

Thanks!

+1  A: 

See this question on how to convert between BitmapSource and Bitmap http://stackoverflow.com/questions/2284353/is-there-a-good-way-to-convert-between-bitmapsource-and-bitmap/2897325#2897325

The Josenator
Silverlight doesn't use `System.Drawing`.
Otaku
@Otaku Oh, I did not know that. Sorry for the misinformation.
The Josenator