Accusoft.ImagXpress13.Net
RotationGestureOccurred Event




Thrown when the user has finished rotating with the Touch interface.
Syntax
'Declaration
 
Public Event RotationGestureOccurred As ImageXView.RotationGestureOccurredEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.RotationGestureOccurredEventHandler
 
AddHandler instance.RotationGestureOccurred, handler
public event ImageXView.RotationGestureOccurredEventHandler RotationGestureOccurred
public: __event ImageXView.RotationGestureOccurredEventHandler* RotationGestureOccurred
public:
event ImageXView.RotationGestureOccurredEventHandler^ RotationGestureOccurred
Event Data

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

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

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback