Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基于数据库中的一些可用数据,我想创建一个应用程序,它将显示该数据的图形表示。我决定选择 WPF 技术。
这是当用户请求时我想绘制的示例图:
[节点 1](矩形)----->[节点 2](圆形)-------> [节点 3](矩形)-----> [节点 4](圆形)
我的问题是 - 在表单上绘制此类项目的最佳方法是什么?我应该使用动态绘图技术还是其他方法?
我是 WPF 技术的新手,因为我是 .NET Windows 窗体软件开发人员。