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

入力ポイント。

適用対象