Free UML drawing library for .NET [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be a开发者_开发百科nswered with facts and citations.
Closed 7 years ago.
Improve this questionI'm looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky.
Have you looked at EasyDiagram?
Depending on your requirements you may be able to use the http://yuml.me/ REST api.
http://sourceforge.net/projects/numl/
From the home page:
Library for manipulating UML 2.0 and MOF 2.0 models, for .NET, Mono, and DotGNU. Provides serialization to/from XMI 2.1.
精彩评论