UtilDisplayRotateDisplay Method
Rotates the display orientation of the specified Screen.
This is a code example.
No code example is currently available or this language may not be supported.
' Select a secondary screen.
Dim scr As Screen = (From s As Screen In Screen.AllScreens Where Not s.Equals(Screen.PrimaryScreen)).FirstOrDefault()
' Rotate 90 degrees.
Dim result As DisplaySettingsChange = RotateDisplay(scr, DeviceModeDisplayOrientation.Rotate90)
Console.WriteLine(result.ToString())
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.