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 中使用 C# 访问主监视器的工作区域。我正在寻找不使用 System.Windows.Forms 命名空间的解决方案。我认为这需要某种围绕 Win32 调用的包装器。
编辑:忘了提到我还需要获得主显示器的左侧/顶部。
要获取您可以使用的主屏幕的高度和宽度,SystemParameters.PrimaryScreenWidth并且SystemParameters.PrimaryScreenHeight它们在PresentationFramework库中。
SystemParameters.PrimaryScreenWidth
SystemParameters.PrimaryScreenHeight
PresentationFramework