rem
rem

Reputation: 17055

Can I programmatically capture snapshot of a Silverlight User Control?

In an ASP.NET MVC app I need to use bitmap images of some of my Silverlight application's User Controls.

Is it possible to generate such images programmatically?

Upvotes: 2

Views: 1076

Answers (2)

Chris Grant
Chris Grant

Reputation: 2385

If Writeable Bitmap isn't appropriate for you, check out the ImageTools, project on codeplex, where you can save and import images in multiple formats.

Upvotes: 4

TerenceJackson
TerenceJackson

Reputation: 1786

this is not a big deal.

Have a look here: Take Screenshot of current user control or any GUI in Silverlight 3

BR,

TJ

Upvotes: 3

Related Questions