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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.