I'm drawing lines and shapes in a picturebox. Why can't I position those exactly on a desired spot.
For example: I want to draw a circle and a vertical line just over the middle of the circle. I'm using the correct values relative to each other (Line.X = Circle.Left+0.5*Circle.width) to position both figures, but the result is a line which is just a bit off the middle, why?
By the way, I'm using a User Scalemode, is that the problem?