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.
可能重复: 如何从 C# winform 应用程序中检索屏幕分辨率?
如何获取 Windows 窗体中的屏幕大小?
检查Screen类及其属性 Bounds
Screen.PrimaryScreen.Bounds.Width; Screen.PrimaryScreen.Bounds.Height; Screen.PrimaryScreen.Bounds.Size;