Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to dynamic draw circle over a Image Canvas in ASP.Net Web form.

My requirement is this if
A=90
B=50
C=80
D=100
Then I will draw four circle circle. It is in not fix to draw four circle with radius of there value.Number Circle will be controlled dynamically and its X and Y Coordinates and radius will are controlled dynamically.

It can be done using javascript but I got no idea how to embed the javscript code with C-Sharp. The following link http://processingjs.org has number of JavaScript processing code. The main problem with processingjs that I have not experience with working with processingjs codes.

Can anyone suggest me better so that I can achieve my goal.

Thanks,
Deepak Pandey
Posted

1 solution

if you are planning to support HTML 5, then refer to Html5 Canvas[^], its easy to use.

You can use other third part controls such as :
How to dynamically create ImageDraw controls at runtime in ASP.NET[^]
 
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