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.