vote up 1 vote down star
1

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

flag

48% accept rate

1 Answer

vote up 4 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.