Restores a device context (DC) to the specified state
#include <WinAPIGdiDC.au3>
_WinAPI_RestoreDC ( $hDC, $iID )
$hDC | Handle to the DC. |
$iID | The saved state to be restored. If this parameter is positive, $DC represents a specific instance of the state to be restored. If this parameter is negative, $DC represents an instance relative to the current state. For example, (-1) restores the most recently saved state. |
Success: | True |
Failure: | False |
Search RestoreDC in MSDN Library.