Accusoft.ImagXpress13.Net
FirstFingerLocation Property




Gets the location of the first finger during a two finger tap with the touch interface.
Syntax
'Declaration
 
Public ReadOnly Property FirstFingerLocation As Point
'Usage
 
Dim instance As TwoFingerTapEventArgs
Dim value As Point
 
value = instance.FirstFingerLocation
public Point FirstFingerLocation {get;}
public: __property Point get_FirstFingerLocation();
public:
property Point FirstFingerLocation {
   Point get();
}

Property Value

A System.Drawing.Point value from the .NET Framework Class Library.
See Also

Reference

TwoFingerTapEventArgs Class
TwoFingerTapEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback