User32FuncReleaseDC Method |
Releases a device context.
Namespace: Altaxo.UnmanagedApi.User32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The value
1 if the device context was released; otherwise,
0.
See Also