Click here to Skip to main content
15,887,283 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all,

Some one help me to create a drawing tool in asp.new. I have been developing a web site in that I need to explain few things from a image by pointing or drawing on the image. Is there any way I can do this in asp. I know we can create this in Silver light but I don't have any idea about silver light. please some one help me with this.

Thank You
Dinesh Balaji N
Posted
Comments
thatraja 17-Apr-14 3:17am    
Search Google for "Silver light drawing board application"
CPallini 17-Apr-14 3:20am    
Virtual 5. :-)

I would not recommend using Silverlight. Microsoft is not actively following Silverlight anymore and there is no plan either.

Another alternative is to use HTML5 Canvas to draw. I blogged about using HTML5 Canvas to create a signature App sometime back.

http://manasbhardwaj.net/minimalist-example-using-html5-canvas-save-signature-image-using-web-api/[^]

You can practically use the same idea (and codebase) to start with.
 
Share this answer
 
Comments
Ajith K Gatty 21-Apr-14 2:02am    
Nice suggestion.
Dinesh Balaji 22-Apr-14 7:03am    
will this work in IE. Because I have almost complete everything, Then I tried run it in IE wasn't able to see the canvas control. Is there any way to solve this issue.

Thank You.
Manas Bhardwaj 22-Apr-14 7:57am    
you can use CanIUse website which version of IE supports Canvas.

http://caniuse.com/#search=canvas
Please see some ideas in my past answers:
Vector graphics software like CorelDraw or Inkscape in C# or VB.NET[^],
Connect different controls[^].

Those answers are written with WPF in mind but are also applicable to Silverlight.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900