Accusoft.ImagXpress13.Net
TwoFingerTap Event




Thrown when the user performs a two finger tap on the Touch interface.
Syntax
'Declaration
 
Public Event TwoFingerTap As ImageXView.TwoFingerTapEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.TwoFingerTapEventHandler
 
AddHandler instance.TwoFingerTap, handler
public event ImageXView.TwoFingerTapEventHandler TwoFingerTap
public: __event ImageXView.TwoFingerTapEventHandler* TwoFingerTap
public:
event ImageXView.TwoFingerTapEventHandler^ TwoFingerTap
Event Data

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

PropertyDescription
FirstFingerLocation Gets the location of the first finger during a two finger tap with the touch interface.
SecondFingerLocation Gets the location of the second finger during a two finger tap with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback