RichTextBox for UWP/WinRT
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
ドキュメント座標のポイント。

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RichTextViewManager クラス
C1RichTextViewManager メンバ

Send Feedback