GestureDrag.getOffset
bool getOffset(out double x, out double y)If the gesture is active, this function returns true and fills in x and y with the coordinates of the current point, as an offset to the starting drag point.
Parameters
x | X offset for the current point |
y | Y offset for the current point |
Returns
true if the gesture is active