How can I draw free hand lines above a image in ASP.NET 3.5 AJAX?

link|improve this question

feedback

1 Answer

sort of tricky but lets try:

create canvas object
position it over image
track mouse movement
draw arcs, lines over canvas

Yes this is sorta marketing or management kind of view but there is something to start with ;)

link|improve this answer
Have any sample code available? – Sauron Oct 30 '09 at 4:47
would have gladly given it if I had and seriously am a bit busy to try it, so you will have to do it yourself :) – TheVillageIdiot Oct 30 '09 at 5:04
Canvas Object? in ASP.Net? I don't think so. – Limo Wan Kenobi Dec 14 '09 at 22:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.