I need to create a web page where i can draw a image using mouse (similar to paint).is it possible in c# ,asp.net or silver light please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use javascript to do that take look to this web site jsDraw2D
and this one Drawing line in javascript
check th source of this page follow_the_mouse.htm
you can see it has mouse move function that you can get the mouse coordinates its not the final solution you should customize it!