Accusoft ImagXpress 12
TouchPanGestureOccurred Event
See Also  Send comments on this topic.
totalDeltaX
A Long value that represents the delta of the X coordinate from the start position during panning with the touch interface.
totalDeltaY
A Long value that represents the delta of the Y coordinate from the start position during panning with the touch interface.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TouchPanGestureOccurred Event

Glossary Item Box

Description

Raised when the touch interface has completed the process of panning.

Syntax

Visual Basic
Public Event TouchPanGestureOccurred( _
   ByVal totalDeltaX As Long, _
   ByVal totalDeltaY As Long _
)

Parameters

totalDeltaX
A Long value that represents the delta of the X coordinate from the start position during panning with the touch interface.
totalDeltaY
A Long value that represents the delta of the Y coordinate from the start position during panning with the touch interface.

Remarks

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.