Accusoft ImagXpress 13
TouchFlick Event
The direction of the flick; an IX_TouchFlick_Direction enumeration value.
A Long value that represents the X coordinate of the starting location for the flick during a flick motion with the touch interface.
A Long value that represents the Y coordinate of the starting location for the flick during a flick motion with the touch interface.
Description
Raised when the touch interface receives a flick.
Syntax
Visual Basic
Public Event TouchFlick( _
   ByVal flickDirection As IX_TouchFlick_Direction, _
   ByVal flickStartLocationX As Long, _
   ByVal flickStartLocationY As Long _
)
Parameters
flickDirection
ValueDescription
IX_TouchFlick_Direction_DownFlick down.
IX_TouchFlick_Direction_DownLeftFlick down and to the left.
IX_TouchFlick_Direction_DownRightFlick down and to the right.
IX_TouchFlick_Direction_LeftFlick to the left.
IX_TouchFlick_Direction_RightFlick to the right.
IX_TouchFlick_Direction_UpFlick up.
IX_TouchFlick_Direction_UpLeftFlick up and to the left.
IX_TouchFlick_Direction_UpRightFlick up and to the right.
The direction of the flick; an IX_TouchFlick_Direction enumeration value.
flickStartLocationX
A Long value that represents the X coordinate of the starting location for the flick during a flick motion with the touch interface.
flickStartLocationY
A Long value that represents the Y coordinate of the starting location for the flick during a flick motion with the touch interface.
Remarks
 
See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback