UtilDisplaySetPrimaryScreenResolution(Int32, Int32) 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(
int width,
int height
)
Public Shared Sub SetPrimaryScreenResolution (
width As Integer,
height As Integer
)
Dim width As Integer
Dim height As Integer
UtilDisplay.SetPrimaryScreenResolution(width,
height)
public:
static void SetPrimaryScreenResolution(
int width,
int height
)
static member SetPrimaryScreenResolution :
width : int *
height : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- width Int32
-
The resolution width.
- height Int32
-
The resolution height.
This is a code example.
No code example is currently available or this language may not be supported.
SetPrimaryScreenResolution(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.