.net - C# Drawing 2D objects with events -


I have to draw several common objects (polygons made of rows and arcs inside a string, eventually placed on different layers)

  • Zoom
  • Pan
  • > Is there a library / frame that Can I handle the need or do I need to build my own?

    Editing for Clarification:

    My polygon autocad map 3D and I need to create a simple application that can show them (with pan, zoom, etc.) Can enable simple action on (like viewing properties, insert a point, etc.)

    May I look for an AutoCAD OEM license?

  • A good example can be found on call project

    There is a rectalion, There are samples of oval, pull, pull, etc. and can be extended to add other basic objects. We used the same structure to write a program.


    Comments