Graphics.ReleaseHdc

ReleaseHdc(IntPtr)

Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics.

public void ReleaseHdc(IntPtr hdc)
ParameterTypeDescription
hdcIntPtrHandle to a device context obtained by a previous call to the GetHdc method of this Graphics.

See Also


ReleaseHdc()

Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics.

public void ReleaseHdc()

See Also