RichTextBox for UWP
GetPointFromRelativePoint メソッド

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

パラメータ

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

戻り値の型

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

C1RichTextViewManager クラス
C1RichTextViewManager メンバ