Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF : Window_Loaded(object sender, RoutedEventArgs e) イベントでマウスの位置を取得する方法
使ってみましたPointToScreen(Mouse.GetPosition(this))か?
PointToScreen(Mouse.GetPosition(this))
(System.Windows.Input名前空間で)
System.Windows.Input