UtilDisplayGetDisplayResolutionModes Method
Gets a ReadOnlyCollectionT that represents all the
available display resolution configurations for the specified 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.
No code example is currently available or this language may not be supported.
- scr Screen
-
The source Screen.
ReadOnlyCollectionDisplayResolutionMode
The resulting
ReadOnlyCollectionT.
This is a code example.
No code example is currently available or this language may not be supported.
Dim scr As Screen = Screen.PrimaryScreen
Dim modes As ReadOnlyCollection(Of DisplayResolutionMode) = GetDisplayResolutionModes(scr)
For Each mode As DisplayResolutionMode In modes
Console.WriteLine(mode.ToString())
Next
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.