图像地图上的突出显示点
我正在处理图像地图,我的图像上有一些点,我想在单击按钮时标记其中一个点,还请告诉我如何控制坐标,因为我的图像每次图像大小都是可调整大小/动态的将被改变。
非常感谢您的任何帮助。
I am working on imagemap, there are points on my image, I want to mark one of point upon clicking of a button, also please give me idea how can I can control the coordinates because my image is resizeable/dynamic, every time image size will be changed.
Many Thanks for any kind of help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来很有趣,但很容易实现,
获取imagebutton控件并将图像加载到其中,在它的服务器端单击事件中,您将获得单击点的坐标,您可以简单地使用.net框架的GDI+库在图像上绘制一个点。
我希望这有帮助
This seems interesting, but easily possible,
Take and imagebutton control and load your image into it, in the server side click event of it, you will get co-ordintates of the clicked point, you can simply use GDI+ library of .net framework to draw a point on your image.
I hope this helps