Accusoft.ImagXpress13.Net
ZoomGestureOccurred Event




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

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

PropertyDescription
TotalZoomCoefficient Gets the total zoom coefficient since the beginning of the zoom gesture with the touch interface.
ZoomCenterPoint Gets the center of the fingers during zooming with the touch interface.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback