I just started to WP7 Dev, and I would like a bit of help on solving this:
I have a Canvas in wich I have 2 StackPanels where I draw like 10 Rectangle. So my question is, how do I save the canvas to a Bitmap?
here is what I want to achieve, that from this:

I get this:

Any help that points me in the right direction would be much appreciated.
What you want to do is to create a WriteableBitmap and then call it’s Render method with the UIElement you want to render to it.