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
Loading
Hemant KumarPosted Oct 13, 2011, 4:41 AM
You can use other third part controls such as :
How to dynamically create ImageDraw controls at runtime in ASP.NET[^]