Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Resizing a selection (Read 1508 times)
trialtester
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Aug 5th, 2009
Resizing a selection
Aug 5th, 2009 at 2:15pm
Print Post  
Hi,

Trying to assess the fitness of WpfDiagram to replace a Visio editor.

Is this possible in WpfDiagram, it is Visio behavior:

Create a selection

When the selection is made the selection rectangle will continue to show around selected shapes and will show resize / rotate handles.

When one of the handles of the selection is dragged, all the shapes in the selection resize.


Also would it be possible to let the user draw arc's and lines on the surface and those arcs and lines would then be custom connector lines?

Thanks.

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Resizing a selection
Reply #1 - Aug 5th, 2009 at 3:16pm
Print Post  
Hi,

We have a multiple resize feature in the Silverlight version of the control and can port it to WPF for the next release. However it works a bit different than in Visio: moving a handle would resize nodes as if the respective handle of each node was moved with the same offset, while in Visio this seems to scale the nodes relatively to the selection rectangle.

You can implement free-form drawing with some event-handling, as shown here:
http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=115209944...

This code is from our old API. Replace 'Arrow' with 'Link' in property names and CreateArrow with Factory.CreateDiagramLink for it to compile.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint