C# Drawing 2D objects with events

Posted by Keeper on Stack Overflow See other posts from Stack Overflow or by Keeper
Published on 2010-05-17T12:12:32Z Indexed on 2010/05/17 12:20 UTC
Read the original article Hit count: 241

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET