Accusoft.ImagXpressSdk Namespace > ImageXView Class : RotationGestureOccurring Event |
'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
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.
Property | Description |
---|---|
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. |