Gdi32FuncCreateEnhMetaFile Method |
Creates an enhanced-metafile device context.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IntPtrA handle to the enhanced-metafile device context.
See Also