graphviz:NET的GraphViz

时间:2021-05-02 06:58:46
【文件属性】:
文件名称:graphviz:NET的GraphViz
文件大小:493KB
文件格式:ZIP
更新时间:2021-05-02 06:58:46
C# 是的.NET包装器。 通过图形可视化轻松增强您的应用程序。 NuGet软件包ID: Shields.GraphViz 例子 首先定义一个图。 Graph graph = Graph . Undirected . Add ( EdgeStatement . For ( " a " , " b " )) . Add ( EdgeStatement . For ( " a " , " c " )); 然后将图形渲染到流中。 IRenderer renderer = new Renderer ( graphVizBin ); using ( Stream file = File . Create (" graph . png ")) { await renderer . RunAsync ( graph , file , Render
【文件预览】:
graphviz-master
----Shields.GraphViz.Tests()
--------Resources()
--------Properties()
--------Shields.GraphViz.Tests.csproj(5KB)
--------RendererTests.cs(2KB)
----LICENSE(1KB)
----Shields.GraphViz.sln(2KB)
----README.md(1KB)
----pack.bat(131B)
----Shields.GraphViz()
--------Components()
--------packages.config(793B)
--------Services()
--------Models()
--------Properties()
--------Shields.GraphViz.csproj(4KB)
--------Shields.GraphViz.nuspec(655B)
----appveyor.yml(83B)
----.gitignore(56B)
----.nuget()
--------NuGet.exe(1.59MB)
--------NuGet.targets(7KB)
--------NuGet.Config(164B)

网友评论