Free UML drawing library for .NET [closed]

2019-04-01 13:29发布

问题:

I'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.

回答1:

Have you looked at EasyDiagram?



回答2:

Depending on your requirements you may be able to use the http://yuml.me/ REST api.



回答3:

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.



标签: c# .net uml