 | ScreenInfoGetAllScreenInfo method |
Information for all screens plus a virtual overall screen.
Namespace: NetEti.MultiScreenAssembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntaxpublic static Cunning<ScreenInfo> GetAllScreenInfos(
Window window
)
Public Shared Function GetAllScreenInfos (
window As Window
) As Cunning(Of ScreenInfo)
public:
static Cunning<ScreenInfo^>^ GetAllScreenInfos(
Window^ window
)
static member GetAllScreenInfos :
window : Window -> Cunning<ScreenInfo>
Parameters
- window Window
- A WPF window.
Return value
CunningScreenInfoProperties of all screens plus a virtual overall screen.
See also