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