Accusoft ImagXpress 13
TouchTwoFingerTap Event
A Long value that represents the X coordinate of the location of the first finger during a two finger tap with the touch interface.
A Long value that represents the Y coordinate of the location of the first finger during a two finger tap with the touch interface.
A Long value that represents the X coordinate of the location of the second finger during a two finger tap with the touch interface.
A Long value that represents the Y coordinate of the location of the second finger during a two finger tap with the touch interface.
Description
Raised when the touch interface receives a two finger tap.
Syntax
Visual Basic
Public Event TouchTwoFingerTap( _
   ByVal firstFingerLocationX As Long, _
   ByVal firstFingerLocationY As Long, _
   ByVal secondFingerLocationX As Long, _
   ByVal secondFingerLocationY As Long _
)
Parameters
firstFingerLocationX
A Long value that represents the X coordinate of the location of the first finger during a two finger tap with the touch interface.
firstFingerLocationY
A Long value that represents the Y coordinate of the location of the first finger during a two finger tap with the touch interface.
secondFingerLocationX
A Long value that represents the X coordinate of the location of the second finger during a two finger tap with the touch interface.
secondFingerLocationY
A Long value that represents the Y coordinate of the location of the second finger during a two finger tap with the touch interface.
Remarks
 
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback