Gdi32FuncCreateCompatibleDC Method |
Creates a memory device context compatible with the specified device.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr CreateCompatibleDC(
IntPtr hdc
)
Parameters
- hdc IntPtr
- A handle to an existing device context.
Return Value
IntPtrA handle to the compatible memory device context, or
Zero on failure.
See Also