Click or drag to resize

Gdi32FuncGetDC Method

Retrieves a handle to a display device context.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr GetDC(
	IntPtr hWnd
)

Parameters

hWnd  IntPtr
A handle to the window whose device context is requested.

Return Value

IntPtr
A handle to the display device context.
See Also