Gdi32FuncCloseEnhMetaFile Method |
Closes an enhanced-metafile device context and returns a handle to the metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr CloseEnhMetaFile(
IntPtr hdc
)
Parameters
- hdc IntPtr
- A handle to the enhanced-metafile device context.
Return Value
IntPtrA handle to the created enhanced metafile.
See Also