Hi,
draw random graphical images in c# windows application
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Mar 5, 2010, 8:33 AM
Please do mark my answer it'll help me get some point when you get help then please do favor to mark as answer.
Best Regards
kannan sPosted Mar 5, 2010, 8:09 AM
Amit ChoudharyPosted Mar 5, 2010, 7:28 AM
you have to customize the code some what by urself.. on selected index changed event of Dropdown you can provide the seed for random no.
and generate random no. for near range of the selected points. i hope your problem will get solved.
kannan sPosted Mar 5, 2010, 7:03 AM
i need to change points position based on selected value from dropdownlist..
Amit ChoudharyPosted Mar 5, 2010, 4:33 AM
Try following code i have commented where to generate the pixels and where to generate circle but both are random to fill the all image area.
kannan sPosted Mar 5, 2010, 2:39 AM
like points ,and circles ..but the position of points should change based on the input
Amit ChoudharyPosted Mar 5, 2010, 2:24 AM
are you trying to made some captcha control type of thing?? what kind of graphical shapes you want to draw??