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