Click or drag to resize

Gdi32FuncCreateCompatibleDC Method

Creates a memory device context compatible with the specified device.

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

Parameters

hdc  IntPtr
A handle to an existing device context.

Return Value

IntPtr
A handle to the compatible memory device context, or Zero on failure.
See Also