Share via


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為基礎的指標位置歷程記錄。 如果沒有可用的歷程記錄,此值就是輸入指標的目前位置。

適用於