views:

73

answers:

1

Hi all,

I would like to ask if it is possible to take screenshot of current user control programmatically and save as a file in silverlight 3.

I found some ways to save as an image file for a Canvas in silverlight 3, but how about user control or childwindow ?

Thanks,

+1  A: 

Writable Bitmap will let you do it. See the samples and examples.

CodeToGlory