Basic Library for UWP/WinRT XAML
GetPosition メソッド (PopupUtil)

指定された要素
指定された相対位置
要素の相対的な位置に基づいて絶対位置を返します
構文
'宣言
 
Public Shared Function GetPosition( _
   ByVal element As Windows.UI.Xaml.UIElement, _
   ByVal point As Windows.Foundation.Point _
) As Windows.Foundation.Point
public static Windows.Foundation.Point GetPosition( 
   Windows.UI.Xaml.UIElement element,
   Windows.Foundation.Point point
)

パラメータ

element
指定された要素
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

参照

関連項目

PopupUtil クラス
PopupUtil メンバ

Send Feedback