Question

I have a window in WPF which shows some media contents. This content contains WPF animations, videos, images etc. My need is to create a real-time preview for this window. Can I create this using WPF?

Look at below image, my requirement is to show preview of Window2 in preview area in Window1.

alt text http://www.dailycoding.com/FileSharing/WPF_Preview.png

Was it helpful?

Solution

Yes, you can.
Take a look at System.Windows.Media.VisualBrush (see http://msdn.microsoft.com/en-us/library/system.windows.media.visualbrush.aspx).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top