The SaveDC function saves the current state of the specified device context (DC) by copying data describing selected objects and graphic modes (such as the bitmap, brush, palette, font, pen, region, drawing mode, and mapping mode) to a context stack.
int SaveDC(
HDC hdc |
// handle of device context |
); |
If the function succeeds, the return value identifies the saved device context.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The SaveDC function can be used any number of times to save any number of instances of the device context’s state.
A saved state can later be restored by using the RestoreDC function.
file: /Techref/os/win/api/win32/func/src/f74_16.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 17:44,
52.15.88.130:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f74_16.htm"> SaveDC</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.