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?
EDIT FOR CLARIFICATION:
My polygons come from SDO tables exported from AutoCAD Map 3D and I need to create a simple application that can show them (with pan, zoom, etc) and enable simple operations on them (like viewing properties, insert a point, etc).
May be I should look for an AutoCAD OEM license?