I drawn line on canvas passing two points on drawlinw() method.
Now i want to get list of all points of line i drawn.
My purpose to do this is – I want to draw circles on line at certain interval.
How can i do this ?
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 analytical equation for you line, received from coordinates of this two points. In this case you will know any Y for any X on your line (look at this article).