ComponentOne Studio for WinRT XAML
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 メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.