有人可以推荐一款用于报告目的的矢量图形引擎吗?
需要开发一个 .NET 解决方案,以图形方式表示各个部分的座位,在体育场布局视图中绘制,并作为报告输出...座位将有不同的颜色显示销售状态...
Need to develop a .NET solution to graphically represent seats in sections, plotted in a stadium layout view, and output as a report... the seats would have different colours displaying sales status...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
事实上,乍一看它可能看起来很吓人,但是2D 绘图 在.NET Framework 中实际上很容易使用。
这是一个小示例,它绘制了几个带有抗锯齿边距的彩色填充圆圈:
Indeed, it might look scary at first sight, but 2D drawing in .NET Framework is actually easy to use.
Here is a small example that draws a couple of color filled circles with antialised margin:
看起来很简单,普通的旧 GDI+ 就可以解决问题。
当然,您必须设置一个 GUI,其中可以显示每个体育场的座位计划
通过点击“映射”。
seems simple enough that regular old GDI+ might do the trick.
You would of course have to set up a GUI in which each stadiums seating plan can be
"mapped" by point and click.
Cairo 看起来是一个很棒的工具。 还没有亲自测试过。 但它看起来非常有能力并且支持一堆输出格式
Cairo looks like a great tool. Haven't tested it myself...yet. But it seems very competent and supports a bunch of output formats