RichTextBox for UWP/WinRT
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

戻り値の型

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