Accusoft ImagXpress 12
TouchRotationGestureOccurring Event
See Also  Send comments on this topic.
rotationCenterX
A Long value that represents the X coordinate of the center of the fingers during rotation with the touch interface.  
rotationCenterY
A Long value that represents the X coordinate of the center of the fingers during rotation with the touch interface.
degreesRotated
A Double value that represents the angle (in degrees) of cumulative rotation during rotation with the touch interface.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TouchRotationGestureOccurring Event

Glossary Item Box

Description

Raised when the touch interface is in the process of rotating.

Syntax

Visual Basic
Public Event TouchRotationGestureOccurring( _
   ByVal rotationCenterX As Long, _
   ByVal rotationCenterY As Long, _
   ByVal degreesRotated As Double _
)

Parameters

rotationCenterX
A Long value that represents the X coordinate of the center of the fingers during rotation with the touch interface.  
rotationCenterY
A Long value that represents the X coordinate of the center of the fingers during rotation with the touch interface.
degreesRotated
A Double value that represents the angle (in degrees) of cumulative rotation during rotation with the touch interface.

Remarks

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.