Accusoft ImagXpress 12
TouchPanGestureOccurring Event
See Also  Send comments on this topic.
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.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TouchPanGestureOccurring Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.