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(디바이스 독립적 픽셀))입니다.

적용 대상