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