RichTextBox for WPF
GetPointFromTouchEvent メソッド

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox 名前空間 > C1RichTextViewManager クラス : GetPointFromTouchEvent メソッド
座標基準として使用されるルート。
位置の取得元の System.Windows.Input.TouchEventArgs
タッチイベントの位置から、ドキュメント座標で表されたポイントを返します。
シンタックス
'宣言
 
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

戻り値の型

ドキュメント座標のポイント。
参照

C1RichTextViewManager クラス
C1RichTextViewManager メンバ