GestureRecognizer.ProcessUpEvent(PointerPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理指標輸入,並引發適用於 GestureSettings 屬性所指定手勢和操作指標向上動作的 GestureRecognizer 事件。
public:
virtual void ProcessUpEvent(PointerPoint ^ value) = ProcessUpEvent;
void ProcessUpEvent(PointerPoint const& value);
public void ProcessUpEvent(PointerPoint value);
function processUpEvent(value)
Public Sub ProcessUpEvent (value As PointerPoint)
參數
- value
- PointerPoint
輸入點。