The methods of the User class are listed below. For a complete list of User class members, see the User Members topic.
![]() ![]() | Overloaded. 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. |
![]() ![]() | |
![]() ![]() | The GetDC function retrieves a handle to a display device context (DC) for the client area of a specified window or for the entire screen. You can use the returned handle in subsequent GDI functions to draw in the DC. The see cref="GetDCEx" /> function is an extension to GetDC, which gives an application more control over how and whether clipping occurs in the client area. |
![]() ![]() | The ReleaseDC function releases a device context (DC), freeing it for use by other applications. The effect of the ReleaseDC function depends on the type of DC. It frees only common and window DCs. It has no effect on class or private DCs. |
![]() | |
![]() | |
![]() | |
![]() |
User Class | Tao.Platform.Windows Namespace