vote up 3 vote down star
1

I'm trying to create a WPF Shape (PolyLine) editor, which is a control that I want to use to, edit shapes in a canvas.

What the editor needs to do is to be able to display the points and lines of the shape and to move those around.

Can anyone provide me with a idea of how I can accomplish this, or a starting point? I haven't found anything related to how I could do this, so far.

flag

1 Answer

vote up 2 vote down check

There is good series of texts about this on CodeProject

WPF Diagram Designer - Part 1

WPF Diagram Designer - Part 2

WPF Diagram Designer - Part 3

link|flag
You have your links to part 2 & 3 reversed. – Micah Oct 29 '08 at 22:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.