Gdi32FuncCreateMetaFile Method |
Creates a device context for a Windows-format metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IntPtr CreateMetaFile(
string lpszFile
)
Parameters
- lpszFile String
- The file name for the metafile, or for a memory metafile.
Return Value
IntPtrA handle to the metafile device context.
See Also