Free hand line drawing in ASP.NET AJAX

1.2k views Asked by At

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

1

There are 1 answers

2
TheVillageIdiot On

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 ;)