Click or drag to resize

Gdi32FuncCopyEnhMetaFile Method

Copies an enhanced metafile.

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

IntPtr
A handle to the copied enhanced metafile.
See Also