Click or drag to resize

Gdi32FuncDeleteMetaFile Method

Deletes a Windows-format metafile.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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