Пример #1
0
 internal void TranslateTo(Shape shape, PointF previousLocation, PointF nextLocation)
 {
     if (shape != null)
     {
         shape.MoveToNextDestination(nextLocation, previousLocation);
     }
 }