要素の相対的な位置に基づいて絶対位置を返します
シンタックス
'宣言
Public Shared Function GetPosition( _
ByVal As System.Windows.UIElement, _
ByVal As System.Windows.Point _
) As System.Windows.Point
public static System.Windows.Point GetPosition(
System.Windows.UIElement ,
System.Windows.Point
)
パラメータ
- element
- 指定された要素
- point
- 指定された相対位置
参照