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