Gets the location of the pressed finger during a press and tap with the touch interface.
public Point PressedFingerLocation {get;}
public: __property Point get_PressedFingerLocation();
public:
property Point PressedFingerLocation {
Point get();
}
'Declaration
Public ReadOnly Property PressedFingerLocation As Point
'Usage
Dim instance As PressAndTapEventArgs
Dim value As Point
value = instance.PressedFingerLocation
Property Value
A
System.Drawing.Point value from the .NET Framework Class Library.