Accusoft ImagXpress 13
TouchPanGestureOccurring Event
A Long value that represents the delta of the X coordinate from the last position during a panning gesture with the touch interface.
A Long value that represents the delta of the Y coordinate from the last position during a panning gesture with the touch interface.
A Boolean value that indicates whether the panning gesture has inertia during a panning gesture with the touch interface.
A Long value that represents the X coordinate of the inertial vector during a panning gesture with the touch interface.
A Long value that represents the Y coordinate of the inertial vector during a panning gesture with the touch interface.
Description
Raised when the touch interface is in the process of panning.
Syntax
Visual Basic
Public Event TouchPanGestureOccurring( _
   ByVal deltaSinceLastEventFiringX As Long, _
   ByVal deltaSinceLastEventFiringY As Long, _
   ByVal hasInertia As Boolean, _
   ByVal inertialVectorX As Long, _
   ByVal inertialVectorY As Long _
)
Parameters
deltaSinceLastEventFiringX
A Long value that represents the delta of the X coordinate from the last position during a panning gesture with the touch interface.
deltaSinceLastEventFiringY
A Long value that represents the delta of the Y coordinate from the last position during a panning gesture with the touch interface.
hasInertia
A Boolean value that indicates whether the panning gesture has inertia during a panning gesture with the touch interface.
inertialVectorX
A Long value that represents the X coordinate of the inertial vector during a panning gesture with the touch interface.
inertialVectorY
A Long value that represents the Y coordinate of the inertial vector during a panning gesture with the touch interface.
Remarks
 
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback