I am looking for the best way of converting a UIElement(FrameworkElement) to vector format (vector analog for WritableBitmap). The easiest way that comes to mind is manually create special SVG converter for some of UIElement implementations and try to get full vector image.

Generally it will be used for converting Canvases with Shapes.

Any ideas how to do this best way?

有帮助吗?
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top