Accusoft.ImagXpress13.Net
RotationGestureOccurring Event




Thrown when the user is in the process of rotating with the Touch interface.
Syntax
'Declaration
 
Public Event RotationGestureOccurring As ImageXView.RotationGestureOccurringEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.RotationGestureOccurringEventHandler
 
AddHandler instance.RotationGestureOccurring, handler
public event ImageXView.RotationGestureOccurringEventHandler RotationGestureOccurring
public: __event ImageXView.RotationGestureOccurringEventHandler* RotationGestureOccurring
public:
event ImageXView.RotationGestureOccurringEventHandler^ RotationGestureOccurring
Event Data

The event handler receives an argument of type RotationGestureOccurringEventArgs containing data related to this event. The following RotationGestureOccurringEventArgs properties provide information specific to this event.

PropertyDescription
DegreesRotated Gets the angle (in degrees) of cumulative rotation during rotation with the touch interface.
RotationCenterPoint Gets the center of the fingers during rotation with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback