Tao.Platform.Windows SDK Documentation

User Members

User overview

Public Static (Shared) Fields

CDS_FULLSCREEN
CDS_TEST
CDS_UPDATEREGISTRY
CS_BYTEALIGNCLIENT
CS_BYTEALIGNWINDOW
CS_CLASSDC
CS_DBLCLKS
CS_DROPSHADOW
CS_GLOBALCLASS
CS_HREDRAW
CS_IME
CS_NOCLOSE
CS_OWNDC
CS_PARENTDC
CS_SAVEBITS
CS_VREDRAW
DISP_CHANGE_FAILED
DISP_CHANGE_RESTART
DISP_CHANGE_SUCCESSFUL
ENUM_CURRENT_SETTINGS

Public Static (Shared) Methods

ChangeDisplaySettingsOverloaded. 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.
EnumDisplaySettings
GetDC 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.
ReleaseDC 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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

User Class | Tao.Platform.Windows Namespace