Nach Ordnungsbegriffen durchsuchen

How to print dynamically created Images in Silverlight 4 Beta
25 November 09 08:40 | .NET Rocker » TrivadisContent
Silverlight 4 supports printing scenarios. It’s quite easy. Just create a PrintDocument instance, handle the PrintPage-Event and call the Print-Method. In the PrintPage-Event set the PageVisual-Property of the PrintPageEventArgs to a UIElement of your...
Take Snapshots PART II - Save as animated GIF
09 April 08 11:31 | .NET Rocker » TrivadisContent
I was asked, if it would be possible to save the snapshots created in my last post as an animated gif. With a DispatcherTimer and the GifBitmapEncoder-class you’re not far away from it. Just create a MediaElement in your Window: <MediaElement...
Abgelegt unter: , ,
Take Snapshots of Videos with WPF
06 April 08 01:14 | .NET Rocker » TrivadisContent
With WPF’s Imaging-Classes you can take snapshots of any Visual. The snapshot can be saved in any common Image-Format, like e.g. JPG. Let’s take a look at a pretty short example, that shows how easy this can be done. The example takes snapshots...
Abgelegt unter: , ,