Reputation: 17055
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
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
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