graphic

C# - Attach a MouseEvent to a custom Class that represents a graphics object? (does not fire)

I've made a Figure class that paints a square or circle etc based on constructor input. Each instance of Figure paints a figure to my Panel canvas. I have a record of each instance and am painting them using the Panel's paint event. NOW, I would like to trace each of these instances by clicking on it's graphic (so I could maybe delete ...