Capturing WPF Vector Information BEFORE it Renders to Screen

Posted by user273722 on Stack Overflow See other posts from Stack Overflow or by user273722
Published on 2010-05-11T23:23:10Z Indexed on 2010/05/11 23:24 UTC
Read the original article Hit count: 210

Filed under:
|
|
|
|

I'm trying to "capture" or record the vector display information of a WPF (maybe Silverlight) application and play it back.

However, instead of capturing bitmaps of what is rendered, I would like to capture the vector information BEFORE it gets rendered so that I can play it back at different resolutions without loss of quality.

Ideally, I'd like to do this without having to add assemblies into my app (but willing to do so if necessary).

I've looked into the WPF rendering pipeline and cannot find an appropriate starting point (or, stated differently, I couldn't figure it out). Maybe the VisualTreeHelper class?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about xaml