Click or drag to resize

Gdi32FuncCreateMetaFile Method

Creates a device context for a Windows-format metafile.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr CreateMetaFile(
	string lpszFile
)

Parameters

lpszFile  String
The file name for the metafile, or for a memory metafile.

Return Value

IntPtr
A handle to the metafile device context.
See Also