I have to draw an angle in my application. Need a draw a line based on mouse click, When the second click is clicked on the control then the Line should be draw. Once it is completed then i have to click the mouse pointer at third position, after completing this the second line should be connected with first line and make a bisector.
Once the bisector is drawn, i have measure its degree of angle also.
Please provide the solution to complete this task.
I have attached the example image in this topic


FroglegPosted May 12, 2011, 2:19 PM
Farooque AliPosted May 12, 2011, 6:54 AM
Thanks for your post. I will check with the solution which is you provide. And also am going to trying to get the measurement of Angle.
Once again thanks
FroglegPosted May 12, 2011, 6:29 AM
If the last point is below first point you will have to calculate that angle and add it to the first angle
This is a start, so see how you go