Is there anyway to convert GraphicsPath to SVG in C#?

后端 未结 0 420
梦谈多话
梦谈多话 2021-01-06 11:37

I need to convert GraphicsPoint to SVG. I used the following piece of code:

SvgDocument d = new SvgDocument();
SvgPath p = new SvgPath();

var a = DrawText(tB         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题