Click or drag to resize

Gdi32FuncCloseEnhMetaFile Method

Closes an enhanced-metafile device context and returns a handle to the metafile.

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

Parameters

hdc  IntPtr
A handle to the enhanced-metafile device context.

Return Value

IntPtr
A handle to the created enhanced metafile.
See Also