Click or drag to resize

Gdi32FuncDeleteEnhMetaFile Method

Deletes an enhanced-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 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