M
moondaddy
I'm creating a sample project where I will adorn a Polyline with thumbs so I
can resize it by dragging its ends (and points) around. This is similar to
some projects I've posted using a ResizingAdorner class.
I've successfully adorned one end of the Polyline with a thumb so far. Now
when I drag the thumb I need to edit the point in the Polyline where the
thumb is attached (located). This is the first point in the collection. I
haven't found any way to access that point and change it's X/Y values. All
work is being done programmatically in c# and not xaml.
Can someone advise me here?
Also, do you know of any code samples or sample projects which resize and
move Polylines around? I'm trying to create something similar to the right
angle connectors in Visio.
Thanks.
can resize it by dragging its ends (and points) around. This is similar to
some projects I've posted using a ResizingAdorner class.
I've successfully adorned one end of the Polyline with a thumb so far. Now
when I drag the thumb I need to edit the point in the Polyline where the
thumb is attached (located). This is the first point in the collection. I
haven't found any way to access that point and change it's X/Y values. All
work is being done programmatically in c# and not xaml.
Can someone advise me here?
Also, do you know of any code samples or sample projects which resize and
move Polylines around? I'm trying to create something similar to the right
angle connectors in Visio.
Thanks.