Retrieves a handle to a display device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr GetDC(
IntPtr hWnd
)
Parameters
- hWnd IntPtr
- A handle to the window whose device context is requested.
Return Value
IntPtrA handle to the display device context.
See Also