From and Image to an ImageSource

Posted by akaphenom on Stack Overflow See other posts from Stack Overflow or by akaphenom
Published on 2010-05-21T16:47:21Z Indexed on 2010/05/21 16:50 UTC
Read the original article Hit count: 319

I have an image (embedded resource) that i can get access to and form an Image object from. I actually can get the Image object or the Stream of bits the represent the image. However I want to sue that image programaticly to be a background image.

So how do I set the ImageSource on the ImageBrush to an AcutalImage (PNG)?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about Silverlight