 |
 |
 |
|
|  |
 |
 |
Device Context ..msdn Add comment |
 |
|
ChangeDisplaySettings
|
|
The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. |
|
 |
 |
 |
|
CreateCompatibleDC
|
|
Creates a memory device context (DC) compatible with the specified device. |
|
 |
 |
 |
|
CreateDC
|
|
The CreateDC function creates a device context (DC) for a device using the specified name. |
|
 |
 |
 |
|
DeleteDC
|
|
Deletes the specified device context (DC). |
|
 |
 |
 |
|
DeleteObject
|
|
Deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid. |
|
 |
 |
 |
|
EnumDisplayDevices
|
|
The EnumDisplayDevices function lets you obtain information about the display devices in a system. |
|
 |
 |
 |
|
EnumDisplaySettings
|
|
The EnumDisplaySettings function retrieves information about one of the graphics modes for a display device. To retrieve information for all the graphics modes of a display device, make a series of calls to this function. |
|
 |
 |
 |
|
GetDC
|
|
The GetDC function retrieves a handle of a display device context (DC) for the client area of the specified window |
|
 |
 |
 |
|
GetDeviceCaps
|
|
The GetDeviceCaps function retrieves device-specific information for the specified device. |
|
 |
 |
 |
|
GetObject
|
|
The GetObject function retrieves information for the specified graphics object. |
|
 |
 |
 |
|
GetObjectType
|
|
The GetObjectType retrieves the type of the specified object. |
|
 |
 |
 |
|
ReleaseDC
|
|
The ReleaseDC function releases a device context (DC), freeing it for use by other applications. For memory device contexts use the DeleteDC function. |
|
 |
 |
 |
|
SelectObject
|
|
Selects an object into the specified device context (DC). The new object replaces the previous object of the same type.
|
|
 |
 |
 |
 | | Code examples: |  | |
|
 |
|
|
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|