Gdi32FuncCloseMetaFile Method |
Closes a 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 CloseMetaFile(
IntPtr hdc
)
Parameters
- hdc IntPtr
- A handle to the metafile device context.
Return Value
IntPtrA handle to the closed metafile.
See Also