Raised when the touch interface has completed the process of panning.
Visual Basic |
---|
Public Event TouchPanGestureOccurred( _ ByVal totalDeltaX As Long, _ ByVal totalDeltaY As Long _ ) |
- totalDeltaX
- A Long value that represents the delta of the X coordinate from the start position during panning with the touch interface.
- totalDeltaY
- A Long value that represents the delta of the Y coordinate from the start position during panning with the touch interface.