WPF window preview in real time

I have a window in WPF that is showing some media content. This content contains WPF animations, videos, images, etc. I need to create a live preview for this window. Can I create this with WPF?

Take a look at below image, my requirement is to show Window2 preview in preview pane in Window1.

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

+1


source to share


1 answer


Yes, you can.
Take a look at System.Windows.Media.VisualBrush

(see http://msdn.microsoft.com/en-us/library/system.windows.media.visualbrush.aspx ).



+6


source







All Articles