GestureRecognizer.ProcessMoveEvents(IVector<PointerPoint>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理指標輸入,並引發適用於 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
根據 PointerId 的指標位置歷程記錄。 如果沒有可用的歷程記錄,則值會是輸入指標的目前位置。