[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Restores an Device Context (DC) to an previously saved state.
Source position: winapih.inc line 227
public function TWidgetSet.RestoreDC( |
DC: HDC; |
SavedDC: Integer |
):Boolean; virtual; |
DC |
|
The device context. |
SavedDC |
|
The index returned by SaveDC, or -1 for the most recently saved state. |
False on failure.
|
Saves the state of an Device Context in the context stack. |
Version 4.0 | Generated 2025-05-03 | Home |