共用方式為


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) 。

適用於