Share via


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

適用於

另請參閱