'宣言 Public Function GetPointFromTouchEvent( _ ByVal root As System.Windows.UIElement, _ ByVal touchEvents As System.Windows.Input.TouchEventArgs _ ) As System.Windows.Point
public System.Windows.Point GetPointFromTouchEvent( System.Windows.UIElement root, System.Windows.Input.TouchEventArgs touchEvents )
パラメータ
- root
- 座標基準として使用されるルート。
- touchEvents
- 位置の取得元の System.Windows.Input.TouchEventArgs。
戻り値の型
ドキュメント座標のポイント。