Importing WMF (Windows Metafile) or any other vector file into a silverlight project
Asked Answered
O

4

2

Is it possible to import WMF (Windows Metafile) or any other vector based file into a silverlight project?

Oringas answered 12/5, 2009 at 21:41 Comment(0)
E
3

You may want to have a look at free Silverlight Contrib project at codeplex. It comes with control to display WMF and EMF files.

Electra answered 13/5, 2009 at 14:35 Comment(0)
P
3

You can use Paste2Xaml to convert WMF/EMF to XAML

http://www.wpf-graphics.com/Paste2Xaml.aspx

And (from the same source) ViewerSvg to convert SVG to XAML

http://www.wpf-graphics.com/ViewerSvg.aspx

Also, for SVG, InkScape has a XAML export feature and there's a XAML export plugin for Adobe Illustrator somewhere, for WMF, Microsoft Expression Graphics Designer (what a short name) is supposed to be able to import WMF and export XAML, but I haven't used those myself.

Paraphrast answered 14/5, 2009 at 11:21 Comment(0)
F
1

Inkscape can import wmf and export xaml: http://www.inkscape.org.

Fdic answered 3/11, 2009 at 7:24 Comment(0)
M
0

I don't know of a direct way, but I've definitely transformed SVG into XAML successfully before. See this brief guide.

Matusow answered 12/5, 2009 at 21:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.