开发者

Highlight point on image map

开发者 https://www.devze.com 2022-12-20 02:36 出处:网络
I am working on imagemap, there are points on my image, I want to mark one of point upon clicking of a button,开发者_如何学JAVA also please give me idea how can I can control the coordinates because m

I am working on imagemap, there are points on my image, I want to mark one of point upon clicking of a button,开发者_如何学JAVA 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.

http://img191.imageshack.us/img191/1330/imgmaps.png http://img191.imageshack.us/img191/1330/imgmaps.png

Many Thanks for any kind of help.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消