Click or drag to resize

Gdi32FuncCreateEnhMetaFile Method

Creates an enhanced-metafile device context.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr CreateEnhMetaFile(
	IntPtr hdcRef,
	string lpFilename,
	in RECT lpRect,
	string lpDescription
)

Parameters

hdcRef  IntPtr
A handle to the reference device context.
lpFilename  String
The path of the enhanced metafile to create, or .
lpRect  RECT
The bounding rectangle of the picture frame.
lpDescription  String
The application-defined description string.

Return Value

IntPtr
A handle to the enhanced-metafile device context.
See Also