GestureRecognizer.ProcessDownEvent(PointerPoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポインター入力を処理し、ポインターダウン アクションに適した GestureRecognizer イベントを発生させます ( GestureSettings プロパティで指定されたジェスチャと操作の場合)。
この API の詳細については、UWP WinRT ProcessDownEvent トピックを参照してください。
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
入力ポイント。