クラス PinchGestureDetector

ピンチ検出器 [詳細]

PinchGestureDetectorに対する継承グラフ
GestureDetector

すべてのメンバ一覧

Public メソッド

 PinchGestureDetector ()
 コンストラクタ

Protected メソッド

internal override
GestureDetectorResponse 
OnTouchEvent (TouchEventCollection touchEvents)
 タッチイベントを配信する。
internal override void OnResetState ()
 ジェスチャ解析の状態をリセットする。

プロパティ

float MinPinchDistance [get, set]
 最小ピンチ距離を取得・設定する。

イベント

EventHandler< PinchEventArgsPinchDetected
 ピンチイベントハンドラ
EventHandler< PinchEventArgsPinchStartDetected
 ピンチ開始のイベントハンドラ
EventHandler< PinchEventArgsPinchEndDetected
 ピンチ終了のイベントハンドラ

説明

ピンチ検出器


メソッド

internal override GestureDetectorResponse OnTouchEvent ( TouchEventCollection  touchEvents) [protected, virtual]

タッチイベントを配信する。

引数:
touchEventsタッチイベント
戻り値:
タッチイベント配信の応答

GestureDetectorを実装しています。


プロパティ

float MinPinchDistance [get, set]

最小ピンチ距離を取得・設定する。

2本downしてから2本の相対距離がMinPinchDirection以上変化したらピンチを検出する。