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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.