TouchHitTestingEventArgs.Point 属性

定义

获取触摸数字化器报告的触摸点的屏幕坐标。

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

属性值

输入指针的屏幕位置,以与设备无关的像素 (DIP) 。

适用于