UtilDisplaySetPrimaryScreen Method

Sets the specified Screen as primary.

This functionality will work only with a setup of two monitors. This functionality does not support three or more monitors.

Definition

Namespace: DevCase.Core.IO.Devices.Display
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SetPrimaryScreen(
	Screen scr
)

Parameters

scr  Screen
The new primary Screen.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also