ピンチ検出器 [詳細]
Public メソッド | |
PinchGestureDetector () | |
コンストラクタ | |
Protected メソッド | |
internal override GestureDetectorResponse | OnTouchEvent (TouchEventCollection touchEvents) |
タッチイベントを配信する。 | |
internal override void | OnResetState () |
ジェスチャ解析の状態をリセットする。 | |
プロパティ | |
float | MinPinchDistance [get, set] |
最小ピンチ距離を取得・設定する。 | |
イベント | |
EventHandler< PinchEventArgs > | PinchDetected |
ピンチイベントハンドラ | |
EventHandler< PinchEventArgs > | PinchStartDetected |
ピンチ開始のイベントハンドラ | |
EventHandler< PinchEventArgs > | PinchEndDetected |
ピンチ終了のイベントハンドラ |
ピンチ検出器
internal override GestureDetectorResponse OnTouchEvent | ( | TouchEventCollection | touchEvents | ) | [protected, virtual] |
float MinPinchDistance [get, set] |
最小ピンチ距離を取得・設定する。
2本downしてから2本の相対距離がMinPinchDirection以上変化したらピンチを検出する。