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アプリケーションで現在のマウスの位置を取得しています。
System.Drawing.Point _point = System.Windows.Forms.Control.MousePosition;
これはうまくいきます。ただし、ユーザーがマシン(Windows 7)で125%の表示設定を使用している場合、マウスの位置が間違っています。私は何か間違ったことをしていますか?