다음을 통해 공유


PointerEventArgs.CurrentPoint 속성

정의

마지막 포인터 이벤트의 포인터 데이터를 가져옵니다.

public:
 property PointerPoint ^ CurrentPoint { PointerPoint ^ get(); };
PointerPoint CurrentPoint();
public PointerPoint CurrentPoint { get; }
var pointerPoint = pointerEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As PointerPoint

속성 값

포인터의 상태 및 화면 위치에 대한 정보입니다.

적용 대상