vote up 0 vote down star

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

flag

4 Answers

vote up 0 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.