Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.ReleaseHDC Function

The ReleaseHDC method releases a device context handle obtained by a previous call to the GetHDC method of this Graphics object.

Syntax
Public Function ReleaseHDC (ByVal hDC As Long) As GpStatus
Parameters
Parameter Description
ByVal hDC As Long The Device Context handle obtained previously by a call to the [GetHDC] method
Remarks