다음을 통해 공유


PointerDownEventArgs.PointerCoordinate 속성

정의

포인터의 좌표를 가져옵니다.

public:
 property PointerMoveEventArgs ^ PointerCoordinate { PointerMoveEventArgs ^ get(); };
PointerMoveEventArgs PointerCoordinate();
public PointerMoveEventArgs PointerCoordinate { get; }
var pointerMoveEventArgs = pointerDownEventArgs.pointerCoordinate;
Public ReadOnly Property PointerCoordinate As PointerMoveEventArgs

속성 값

포인터의 좌표입니다.

적용 대상

추가 정보