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