RichTextBox for WPF
GetPointFromRelativePoint メソッド (C1RichTextViewManager)

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

パラメータ

root
ポイントの基準となる System.Windows.UIElement
point
ルートの座標による System.Windows.Point

戻り値の型

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

C1RichTextViewManager クラス
C1RichTextViewManager メンバ