Click or drag to resize

User32FuncReleaseDC Method

Releases a device context.

Namespace: Altaxo.UnmanagedApi.User32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int ReleaseDC(
	IntPtr hWnd,
	IntPtr hDC
)

Parameters

hWnd  IntPtr
A handle to the window whose device context is released.
hDC  IntPtr
A handle to the device context to release.

Return Value

Int32
The value 1 if the device context was released; otherwise, 0.
See Also