Accusoft.ImagXpress13.Net
ZoomGestureOccurring Event




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

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

PropertyDescription
ZoomCenterPoint Gets the center of the fingers during zooming with the touch interface.
ZoomCoefficientSinceLastEventFiring Gets the zoom coefficient since the last ZoomGestureOccurring event firing during zooming with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback