TouchHitTestingEventArgs.Point Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).