Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

FreeBitMap

Free a bitmap created by AllocBitMap()

Declaration

Source position: agraphics.pas line 2128

procedure FreeBitMap(

  Bm: PBitMap

);

Arguments

Bm

  

A pointer to a BitMap structure. Passing a nil-pointer (meaning "do nothing") is OK.

Description

Frees bitmap and all associated bitplanes. Be careful to insure that any rendering done to the bitmap has completed (by calling WaitBlit()) before you call this function.

See also

AllocBitMap

  

Allocate a bitmap and attach bitplanes to it.


Documentation generated on: 2021-07-30