TouchHitTestingEventArgs.Point Property

Definition

Gets the screen coordinates of the touch point reported by the touch digitizer.

public:
 property Point Point { Point get(); };
Point Point();
public Point Point { get; }
var point = touchHitTestingEventArgs.point;
Public ReadOnly Property Point As Point

Property Value

Screen position of the input pointer, in device-independent pixel (DIP).

Applies to