Click or drag to resize

Gdi32FuncCopyMetaFile Method

Copies a metafile.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

IntPtr
A handle to the copied metafile.
See Also