Exemplo n.º 1
0
 public static void Pan(this IApp app, Drag drag)
 {
     app.DragCoordinates(drag.XStart, drag.YStart, drag.XEnd, drag.YEnd);
 }