WPF 2d vector-graphics library

馋奶兔 提交于 2019-12-31 10:56:09

问题


I'm looking for a WPF library for 2d vector graphics.

Required features

API for:

  • drawing shapes
  • editing shapes
  • highlighting shapes

Optional features:

  • possibility to save image to a binary file and to load image from such file (format doesn't matter)
  • own editor which has UI for creating and editing shapes and which can be integrated in an application (WPF control or external application)

Both free and commercial libraries are acceptable.

P.S. In the last resort WinFroms libraries are acceptable.


回答1:


You might could use some of the classes from this cool geometry tool.

http://livegeometry.codeplex.com/

or this:

http://wpfholepatterns.codeplex.com/



来源:https://stackoverflow.com/questions/4539660/wpf-2d-vector-graphics-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!