示例#1
0
 /// <summary>
 /// Waits for the user to left click the mouse and drag the cursor, drag with
 /// a touch action or click the left mouuse button and drag on the screen
 /// </summary>
 /// <returns>the x and y position of the end of the drag action</returns>
 public static SnapsCoordinate GetDraggedCoordinate()
 {
     return(manager.GetDraggedCoordinate());
 }