GestureDrag.getStartPoint
bool getStartPoint(out double x, out double y)If the gesture is active, this function returns true and fills in x and y with the drag start coordinates, in window-relative coordinates.
Parameters
x | X coordinate for the drag start point |
y | Y coordinate for the drag start point |
Returns
true if the gesture is active