Click or drag to resize

Gdi32FuncCloseMetaFile Method

Closes a 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 CloseMetaFile(
	IntPtr hdc
)

Parameters

hdc  IntPtr
A handle to the metafile device context.

Return Value

IntPtr
A handle to the closed metafile.
See Also