Share via


GestureRecognizer.ProcessUpEvent(PointerPoint) 方法

定義

處理指標輸入,並引發適用於 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

輸入點。

適用於

另請參閱