C# Drawing 2D objects with events
- by Keeper
I need to draw several simple objects (polygons composed by lines and arcs, eventually placed on different layers) inside a form (or any other container) and then handle events like:
right click on object
zoom
pan
Is there a library/framework that can handle my need or do I need to create my own?