Is it possible to create a screenshot of a WPF application as an SVG / is there some kind of built-in WPF function to get the XAML code for the current rendered window, which can then be converted to SVG? I need some screenshots to document the WPF application, and I would like them to be scalable, for example, the WPF program uses, for example. Snoop or Vista Magnifyer. Thanks for any hint!
source
share