开发者

Screenshot from WPF application as SVG / vector graphic?

is it possible to create a screenshot of a WPF application as SVG / is there开发者_开发问答 some WPF built-in function to get the XAML code for the current drawn window that then can be converted to SVG? I need some screenshots for documenting a WPF application and I'd like them to be zoomable like a WPF program is using e.g. Snoop or Vista Magnifyer. Thanks for any hint!


You would need to use XamlWriter to serialize the XAML, and then write or find an implementation of something to convert that to the vector format of choice.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜