Releases the device context of the Graphics object
#include <GDIPlus.au3>
_GDIPlus_GraphicsReleaseDC ( $hGraphics, $hDC )
$hGraphics | Handle to a Graphics object |
$hDC | Handle to the Graphics device context |
Success: | True. |
Failure: | False and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPIP_ERR* see GPIPlusConstants.au3). |
Search GdipReleaseDC in MSDN Library.