Is there a WPF equaivalent to System.Windows.Froms.Screen?
Posted
by dkackman
on Stack Overflow
See other posts from Stack Overflow
or by dkackman
Published on 2010-04-24T14:59:50Z
Indexed on
2010/04/24
15:03 UTC
Read the original article
Hit count: 319
I'm trying to create a WPF window that will encompass the entire Desktop working area. In WinForms I'd do this by getting the Union of all the bounds in System.Windows.Forms.Screen.AllScreens.
Is there an equivalent type or other mechanism to get the bounds of the entire desktop in WPF or do I need to use the WinForms type?
© Stack Overflow or respective owner