Share via


GestureRecognizer.ProcessUpEvent(PointerPoint) 方法

定義

處理指標輸入,並引發適用于手勢上指標動作的 GestureRecognizer 事件, (由 GestureSettings 屬性所指定的手勢和操作) 。

如需此 API 的詳細資訊,請參閱 UWP WinRT ProcessUpEvent 主題。

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

輸入點。

適用於