Saving, Restoring, and Resetting a Device Context
The Win32 API supports three functions that an application can use to save,
restore, and reset a device context:
SaveDC,
RestoreDC, and
ResetDC. The
SaveDC function records on a special GDI stack the current device context's graphic
objects and their attributes, and graphic modes. A drawing application can call
this function before a user begins drawing and save the application's original
state
providing a "clean slate" for the user. To return to this original state, the
application calls the
RestoreDC function.
ResetDC is provided to reset printer device context data. An application calls this
function to reset the paper orientation, paper size, output scaling factor,
number of copies to be printed, paper source (or bin), duplex mode, and so on.
Typically, an application calls this function after a user has changed one of the
printer options and Windows has issued a
WM_DEVMODECHANGE message.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database