RichTextBox for WPF
GetRelativePointFromPoint メソッド (C1RichTextViewManager)

C1.WPF.RichTextBox アセンブリ > C1.WPF.RichTextBox 名前空間 > C1RichTextViewManager クラス : GetRelativePointFromPoint メソッド
基準として使用する System.Windows.UIElement
ドキュメント座標のポイント。
ドキュメント座標で指定されたポイントの、要素に対する相対的なポイントを返します。
シンタックス
'宣言
 
Public Function GetRelativePointFromPoint( _
   ByVal root As System.Windows.UIElement, _
   ByVal point As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point GetRelativePointFromPoint( 
   System.Windows.UIElement root,
   System.Windows.Point point
)

パラメータ

root
基準として使用する System.Windows.UIElement
point
ドキュメント座標のポイント。

戻り値の型

ドキュメント座標で指定されたポイントの、要素に対する相対的なポイント。
参照

C1RichTextViewManager クラス
C1RichTextViewManager メンバ