Gdi32FuncDeleteObject Method |
Deletes a logical pen, brush, font, bitmap, region, or palette.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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