I'm converting a small game to Silverlight, I have my sprites currently stored in the Silerlight application /Graphics/tiles.bmp and /Graphics/hero.bmp

I need to load these into a WriteableBitmap so I can use them. How can I do this? Whats the best method to achieve this?

The project is in standard form having a web application to host the silverlight application.

link|improve this question

1  
Have you considered using silversprite.codeplex.com so that you can build the game as an XNA game and host it in silverlight. That most likely will handle this sort of thing more efficiently – AnthonyWJones Nov 25 '10 at 8:15
I've seen that and I most likly will do, however I still want to get my head around loading imags in silverlight. Thanks for the link though! – Pino Nov 25 '10 at 8:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.