Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Question about copy (Read 1426 times)
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Question about copy
May 9th, 2011 at 8:32am
Print Post  
Hello.
I have this time a question about copy and position of paste node.

Basically what i need is when copy node, get the position of the original node, then when paste, paste at same Y position but by example 100 pixels right of the original node. X position.

Stoyo can guide to me with some example for this please?

Best regards.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Question about copy
Reply #1 - May 9th, 2011 at 10:53am
Print Post  
Code
Select All
diagram.PasteFromClipboard(new Vector(100, 0)); 



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