I can draw a line to screen, great!
Now i want to draw a circle of lines, bit like a second hand on a clock.
I am drawing the line using this code
Code:
e.Graphics.DrawLine(colorPen, lineCenter, point2)
How do I keep changing point2 so that it goes round 0 to 360 in steps of whatever?