RichTextBox for UWP
GetRelativePointFromPoint メソッド

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

パラメータ

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

戻り値の型

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

C1RichTextViewManager クラス
C1RichTextViewManager メンバ