Gdi32FuncDeleteEnhMetaFile Method |
Deletes an enhanced-format metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool DeleteEnhMetaFile(
IntPtr hEmf
)
Parameters
- hEmf IntPtr
- A handle to the enhanced metafile to delete.
Return Value
Boolean if the metafile was deleted; otherwise,
.
See Also