次の方法で共有


GestureRecognizer.ProcessDownEvent(PointerPoint) メソッド

定義

ポインター入力を処理し、GestureSettings プロパティで指定されたジェスチャと操作のポインターダウン アクションに適した GestureRecognizer イベントを発生させます。

public:
 virtual void ProcessDownEvent(PointerPoint ^ value) = ProcessDownEvent;
void ProcessDownEvent(PointerPoint const& value);
public void ProcessDownEvent(PointerPoint value);
function processDownEvent(value)
Public Sub ProcessDownEvent (value As PointerPoint)

パラメーター

value
PointerPoint

入力ポイント。

適用対象

こちらもご覧ください