vote up 3 vote down star

Does anyone know of a way (preferably a control) to display vector graphics (preferably SVG) in a Winforms app?

Im guessing that this would be easy to do with WPF, but I would prefer not to have to migrate the project.

flag

64% accept rate

2 Answers

vote up 3 vote down

GDI+ and the Graphics class can do vector-graphics.

For SVG, you might try to load it into the WebBrowser control...

link|flag
1  
+1 WebBrowser is a good, simple idea. – MusiGenesis Sep 28 at 1:21
vote up 0 vote down

Here are two links that might help you (never used either one, myself):

http://www.jbrowse.com/svgnet/

http://sourceforge.net/projects/svgdomcsharp/

link|flag

Your Answer

Get an OpenID
or

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