save canvas as image
save canvas as image
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Sep 30, 2012, 1:01 AM
var img = new WriteableBitmap(myCanvas, null);
http://blog.blueboxes.co.uk/2009/07/21/rendering-xaml-to-a-jpeg-using-silverlight-3/
Check this is correct answer if it helped