Accusoft.ImagXpress13.Net
TotalZoomCoefficient Property




Gets the total zoom coefficient since the beginning of the zoom gesture with the touch interface.
Syntax
'Declaration
 
Public ReadOnly Property TotalZoomCoefficient As Double
'Usage
 
Dim instance As ZoomGestureOccurredEventArgs
Dim value As Double
 
value = instance.TotalZoomCoefficient
public double TotalZoomCoefficient {get;}
public: __property double get_TotalZoomCoefficient();
public:
property double TotalZoomCoefficient {
   double get();
}

Property Value

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

Reference

ZoomGestureOccurredEventArgs Class
ZoomGestureOccurredEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback