Accusoft.ImagXpress13.Net
PanGestureOccurring Event




Thrown when the user is in the process of panning with the Touch interface.
Syntax
'Declaration
 
Public Event PanGestureOccurring As ImageXView.PanGestureOccurringEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.PanGestureOccurringEventHandler
 
AddHandler instance.PanGestureOccurring, handler
public event ImageXView.PanGestureOccurringEventHandler PanGestureOccurring
public: __event ImageXView.PanGestureOccurringEventHandler* PanGestureOccurring
public:
event ImageXView.PanGestureOccurringEventHandler^ PanGestureOccurring
Event Data

The event handler receives an argument of type PanGestureOccurringEventArgs containing data related to this event. The following PanGestureOccurringEventArgs properties provide information specific to this event.

PropertyDescription
DeltaSinceLastEventFiring Gets the difference or delta from the last position during a panning gesture with the touch interface.
HasInertia Gets whether the panning gesture has inertia during a panning gesture with the touch interface.
InertialVector Gets the inertial vector during a panning gesture with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback