您可以使用以下LINQ找到正确的矩形以覆盖所有屏幕:
Rectangle bounds = Screen.AllScreens .Select(x => x.Bounds) .Aggregate(Rectangle.Union);
然后从边界设置窗口的左,顶部,宽度和高度