다음을 통해 공유


GestureRecognizer.ProcessMoveEvents(IVector<PointerPoint>) 메서드

정의

포인터 입력을 처리하고 포인터 이동 작업에 적합한 GestureRecognizer 이벤트를 발생 합니다(GestureSettings 속성에 지정된 제스처 및 조작용).

이 API에 대한 자세한 내용은 UWP WinRT ProcessMoveEvents 항목을 참조하세요.

public:
 virtual void ProcessMoveEvents(IVector<PointerPoint ^> ^ value) = ProcessMoveEvents;
void ProcessMoveEvents(IVector<PointerPoint> const& value);
public void ProcessMoveEvents(IList<PointerPoint> value);
function processMoveEvents(value)
Public Sub ProcessMoveEvents (value As IList(Of PointerPoint))

매개 변수

value

IVector<PointerPoint>

IList<PointerPoint>

PointerPoint.PointerId를 기반으로 하는 포인터 위치 기록입니다. 사용할 수 있는 기록이 없는 경우 값은 입력 포인터의 현재 위치입니다.

적용 대상