Beispiel #1
0
 public DragNode Clone()
 {
     return(new DragNode()
     {
         anchor = anchor.Clone(),
         controlLeft = controlLeft.Clone(),
         controlRight = controlRight.Clone()
     });
 }