public static DevMode GetDeviceModeFromDisplayDevice(
DisplayDevice device
)
Public Shared Function GetDeviceModeFromDisplayDevice (
device As DisplayDevice
) As DevMode
Dim device As DisplayDevice
Dim returnValue As DevMode
returnValue = UtilDisplay.GetDeviceModeFromDisplayDevice(device)
public:
static DevMode GetDeviceModeFromDisplayDevice(
DisplayDevice device
)
static member GetDeviceModeFromDisplayDevice :
device : DisplayDevice -> DevMode
No code example is currently available or this language may not be supported.
[Missing <param name="device"/> documentation for "M:DevCase.Core.IO.Devices.Display.UtilDisplay.GetDeviceModeFromDisplayDevice(DevCase.Win32.Structures.DisplayDevice)"]
No code example is currently available or this language may not be supported.
Dim scr As Screen = Screen.PrimaryScreen
Dim device As DisplayDevice = GetDisplayDeviceFromScreen(scr)
Dim deviceMode As DevMode = GetDeviceModeFromDisplayDevice(device)
Console.WriteLine(deviceMode.DeviceName)
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.