UtilDisplaySetPrimaryScreenResolution(Size) Method
Sets the resolution of the primary screen.
Namespace: DevCase.Core.IO.Devices.DisplayAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SetPrimaryScreenResolution(
Size size
)
Public Shared Sub SetPrimaryScreenResolution (
size As Size
)
Dim size As Size
UtilDisplay.SetPrimaryScreenResolution(size)
public:
static void SetPrimaryScreenResolution(
Size size
)
static member SetPrimaryScreenResolution :
size : Size -> unit
No code example is currently available or this language may not be supported.
Parameters
- size Size
-
The resolution width and height.
This is a code example.
No code example is currently available or this language may not be supported.
SetPrimaryScreenResolution(New Size(1920, 1080))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.