Docs » Autodocs » graphics.library » FreeBitMap
FreeBitMap -- free a bitmap created by AllocBitMap (V39)
FreeBitMap(bm) a0 VOID FreeBitMap(struct BitMap *)
Frees bitmap and all associated bitplanes
bm = A pointer to a BitMap structure. Passing a NULL-pointer (meaning "do nothing") is OK.
Be careful to insure that any rendering done to the bitmap has completed (by calling WaitBlit()) before you call this function.
AllocBitMap()
|