Pointer to a bitmap in memory, properties and data.
Source position: agraphics.pas line 94
type pBitMap = ^tBitMap; |
|
Allocate a bitmap and attach bitplanes to it. |
|
|
Free a bitmap created by AllocBitMap() |
|
|
Allocate sprite data and convert from a bitmap. |
|
|
Move a rectangular region of bits in a BitMap. |
|
|
Blit from source bitmap to destination rastport. |
|
|
Blit from source bitmap to destination rastport with masking of source image. |
|
|
Change display memory address for multi-buffered animation |
|
|
Returns information about a bitmap |
|
|
Initialize bit map structure with input values. |
|
|
Basic structure for all drawing actions |