Gets the location of the first finger during a two finger tap with the touch interface.
public Point FirstFingerLocation {get;}
public: __property Point get_FirstFingerLocation();
public:
property Point FirstFingerLocation {
Point get();
}
'Declaration
Public ReadOnly Property FirstFingerLocation As Point
'Usage
Dim instance As TwoFingerTapEventArgs
Dim value As Point
value = instance.FirstFingerLocation
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.