Secondary monitor에 윈도 그리기1 Secondary Monitor에 윈도 그리기 WPF에는 Secondary Monitor, 3rd monitor 등등을 찾아주거나 그 정보를 알려주는 것이 현재 없는 걸로 알고 있다. 그래서 영역을 설정하고 세컨더리 모니터에 그릴 윈도우 위치와 맞춰주는 방법을 써보기로 하자. private playerWindow PlayerWindow = new playerWindow(); private void SecondaryMonitorLocation() { PlayerWindow.WindowStartupLocation = WindowStartupLocation.Manual; System.Drawing.Rectangle workingArea = System.Windows.Forms.Screen.AllScreens[1].WorkingArea; PlayerWind.. 2010. 2. 25. 이전 1 다음