Accusoft.ImagXpress13.Net
ZoomCoefficientSinceLastEventFiring Property




Gets the zoom coefficient since the last ZoomGestureOccurring event firing during zooming with the touch interface.
Syntax
'Declaration
 
Public ReadOnly Property ZoomCoefficientSinceLastEventFiring As Double
'Usage
 
Dim instance As ZoomGestureOccurringEventArgs
Dim value As Double
 
value = instance.ZoomCoefficientSinceLastEventFiring
public double ZoomCoefficientSinceLastEventFiring {get;}
public: __property double get_ZoomCoefficientSinceLastEventFiring();
public:
property double ZoomCoefficientSinceLastEventFiring {
   double get();
}

Property Value

A System.Drawing.Point value from the .NET Framework Class Library.
Remarks
The zoom coefficient is usually multiplied with the current zoom factor to get the new zoom factor.
See Also

Reference

ZoomGestureOccurringEventArgs Class
ZoomGestureOccurringEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback