다음을 통해 공유


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

정의

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

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>

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

적용 대상

추가 정보