J
Joao Barros
I know almost nothing about c#, although I know C++ quite well (I
think ;-)) and some Java.
As it seems c# is a good alternative to Java, I am trying to decide if
c# is a good option to the following:
- A simple 2d graphical editor allowing the drawing of rectangles,
circles, text objects, and arcs (lines with arrow points) between
them.
- Undo/redo,copy/paste and the usual related stuff
- Connectors between objects: for example, when I drag a rectangle I
want the connecting arcs to be dragged together with it.
What is the easiest way to achieve this in C#? Is there any code
example of something similar available? Some free library?
In Java there are some interesting code available. I specially liked
jhotdraw as it does what I need. Yet, if I can do it quickly in c# I
would like to know.
Thanks a lot in advance
Joao
think ;-)) and some Java.
As it seems c# is a good alternative to Java, I am trying to decide if
c# is a good option to the following:
- A simple 2d graphical editor allowing the drawing of rectangles,
circles, text objects, and arcs (lines with arrow points) between
them.
- Undo/redo,copy/paste and the usual related stuff
- Connectors between objects: for example, when I drag a rectangle I
want the connecting arcs to be dragged together with it.
What is the easiest way to achieve this in C#? Is there any code
example of something similar available? Some free library?
In Java there are some interesting code available. I specially liked
jhotdraw as it does what I need. Yet, if I can do it quickly in c# I
would like to know.
Thanks a lot in advance
Joao