Deletes a bitmap item.
Synopsis
Err DeleteBitmap (Item bitmap)
Description
This macro deletes a bitmap item created by CreateBitmap()
.
Arguments
- bitmap
- The bitmap item to delete, as obtained from
CreateBitmap
().
Return Value
The call returns 0 if successful or an error code (a negative value) if an error occurs.
Implementation
Macro implemented in graphics.h V21.
Associated File
graphics.h
See Also
CreateBitmap
(), DeleteItem()