Gdi32FuncCopyEnhMetaFile Method |
Copies an enhanced metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr CopyEnhMetaFile(
IntPtr hemfSrc,
string lpszFile
)
Parameters
- hemfSrc IntPtr
- A handle to the source enhanced metafile.
- lpszFile String
- The destination file path, or for an in-memory copy.
Return Value
IntPtrA handle to the copied enhanced metafile.
See Also