Click or drag to resize

ScreenInfoGetActualScreenInfoIndex method

Returns the index of the current screen in the list of all screens.

Namespace: NetEti.MultiScreen
Assembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntax
public static int? GetActualScreenInfoIndex(
	
	Window window
)

Parameters

window  Window
A WPF window.

Return value

NullableInt32
Index of the current screen in the list of all screens.
See also