Tao.Platform.Windows SDK Documentation

User.ChangeDisplaySettings Method

The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode.

To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.

Overload List

The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.

public static int ChangeDisplaySettings(IntPtr,int);

The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. To change the settings of a specified display device, use the ChangeDisplaySettingsEx function.

public static int ChangeDisplaySettings(ref DEVMODE,int);

See Also

User Class | Tao.Platform.Windows Namespace | Gdi.DEVMODE | EnumDisplaySettings