Hi,

You need to reference the following dlls:
  SharpVectorBindings.dll     
  SharpVectorCss.dll          
  SharpVectorDom.dll          
  SharpVectorObjectModel.dll  
  SharpVectorRenderingEngine.dll
  SharpVectorScripting.dll      
  SharpVectorXml.dll            
  SharpZipLib.dll               
  SvgComponents.dll       
  nunit.framework.dll     

and you can use a SvgComponents.SvgPictureBox to display the SVG
image, all you need is to add one to your form and load the svg file
when you require:

  svgPictureBox1.SourceURL = ".\\test.svg";


 Regards,
 /FC



--- In svg-developers@yahoogroups.com, alvin w <[EMAIL PROTECTED]> wrote:
> Jeff,
>  
> I am using SharpVectorGraphics in my project. But I don't know how
to use it to display an SVG file in my project. May I know which
library should I include in the references of my project and which
Windows Component (control) must I add in to display the SVG image.
>  
> PinYiow
> 
> 
> Jeff Rafter <[EMAIL PROTECTED]> wrote:
> 
> >  Thanks for the reply. I will probably need to use the transform
> > functions but not just yet. Meanwhile, rendering was taking to long so
> > I made a little digging :) ended up making a minor change with a
> > performance gain of at least 500% in rendering my test SVG  :)  It
> > would be great if you took a look to check if it's worth adding this
> > change to the latest version. How would you prefer I send it to you? 
> 
> Either way, on this list or directly. I am ambivalent : ) I have been 
> gathering fixes from all over and getting ready for another commit once 
> I have this transform stuff working (oh so close now!). As an aside, a 
> lot of the performance bottlenecks are in exception creation many
around 
> CSS and colors. With a slight change to the CSS regex I got a 2000% 
> increase in the debugger. It didn't make that much of a difference 
> outside of the debugger, but wow. I wouldn't use SharpVectorGraphics 
> without it. Then again, I am skittish about committing something so 
> unresearched... and lately I have been typing ambilevousy.
> 
> All the best,
> Jeff Rafter
> 
> 
> -----
> To unsubscribe send a message to:
[EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit
my membership"
> ---- 
> 
> 
> 
> ---------------------------------
> Yahoo! Groups Links
> 
>    To visit your group on the web, go to:
> http://groups.yahoo.com/group/svg-developers/
>   
>    To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
>    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 
> 
>               
> ---------------------------------
> Do you Yahoo!?
>  Yahoo! Search presents - Jib Jab's 'Second Term'
> 
> [Non-text portions of this message have been removed]





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to