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