'宣言 Public Overloads Shared Function GetPosition( _ ByVal args As Windows.UI.Xaml.RoutedEventArgs, _ ByVal relativeTo As Windows.UI.Xaml.UIElement _ ) As Windows.Foundation.Point
public static Windows.Foundation.Point GetPosition( Windows.UI.Xaml.RoutedEventArgs args, Windows.UI.Xaml.UIElement relativeTo )
パラメータ
- args
- 操作データを含む Windows.UI.Xaml.RoutedEventArgsインスタンス。
- relativeTo
- 同じオブジェクトツリーに接続された UIElement 派生オブジェクト。座標系全体に対するオブジェクトの位置を指定するには、relativeTo の値を null にします。