通过ASP.NET的网络图 [英] Network Diagram through ASP.NET

查看:67
本文介绍了通过ASP.NET的网络图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以告诉我如何使用asp.net在运行时绘制网络图。使用哪种图形工具可以将开关绘制为具有基本功能的对象,如onclick,onmouseover。

解决方案

基本上,您可以使用 System.Drawing.Bitmap 在服务器端渲染图形,并通过文件和锚元素将其在HTTP响应中传递回用户,直接动态,无需在任何地方存储文件磁盘。



请参阅我过去的答案以获取更多详细信息:网页上的图形输出 [ ^ ]。



-SA

Can anyone please tell me how to draw the network diagram at run time using asp.net. Which graphic tool to use that can draw the switches as an object which has the basic functionality like onclick, onmouseover.

解决方案

Basically, you can use System.Drawing.Bitmap to render graphics on the server side and deliver it in HTTP response back to the user via a file and an anchor element, of directly on the fly, without storing a file anywhere on a disk.

Please see my past answer for more detail: Graphical Outputs on Web page[^].

—SA


这篇关于通过ASP.NET的网络图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆