The circle rectangle all those graphics objects will be destroyed after the scope of the function you are drawing it. Now it is only the part of the bitmap pixels. It won't offer you a click event.
But WPF these graphics objects live and have a click event. However it is not impossible on a windows forms. You can use the simple control panel. Draw your graphics on a panel, make the background transparent. Place the panel on the image. Now it responds to a click and when click you can self destroy the panel. A helpful example here.
Clickable areas in a picturebox[
^]
This use the graphic transparent, but you can draw a visible graphic on the panel.
Good luck