Hi Alain,

to do hit testing on a graphic line, use a Drawing2D.GraphicsPath. In other words, instead of drawing the rectangle, arc etc. with commands like Graphics.DrawArc, do something like this:...