Click or drag to resize

Gdi32FuncDeleteObject Method

Deletes a logical pen, brush, font, bitmap, region, or palette.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool DeleteObject(
	IntPtr hObject
)

Parameters

hObject  IntPtr
A handle to the GDI object to delete.

Return Value

Boolean
if the object was deleted; otherwise, .
See Also