What I am looking for is the equivalent of System.Windows.SystemParameters.WorkArea for the monitor that the window is currently on.
Clarification: The window in question is WPF, not WinForms.
feedback
|
|
I don't know of an equivalent call for WPF. Therefore, you need to do something like this extension method.
| |||||||||||||
feedback
|
|
You can use this:
This is also usefull:
| |||||||||||||
feedback
|
|
Also you may need: to get the combined size of all monitors and not one in particular. | ||||
|
feedback
|
|
Add on to ffpf
| |||
|
feedback
|