[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

PBitMap

Pointer to a bitmap in memory, properties and data.

Declaration

Source position: agraphics.pas line 36

type PBitMap = ^TBitMap;

See also

AllocBitmap

  

Allocate a bitmap and attach bitplanes to it.

FreeBitmap

  

Free a bitmap created by AllocBitMap()

AllocSpriteDataA

  

Allocate sprite data and convert from a bitmap.

BltBitMap

  

Move a rectangular region of bits in a BitMap.

BltBitMapRastPort

  

Blit from source bitmap to destination rastport.

BltMaskBitMapRastPort

  

Blit from source bitmap to destination rastport with masking of source image.

ChangeVPBitmap

  

Change display memory address for multi-buffered animation

GetBitMapAttr

  

Returns information about a bitmap

InitBitMap

  

Initialize bit map structure with input values.

TRastPort

  

Basic structure for all drawing actions


Documentation generated on: 2017-01-10