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

TExtSprite

Extended sprite Structure

Declaration

Source position: agraphics.pas line 1806

type TExtSprite = record

  es_SimpleSprite: TSimpleSprite;

  

Conventional simple sprite structure

  es_WordWidth: Word;

  

Graphics use only, subject to change

  es_Flags: Word;

  

Graphics use only, subject to change

  es_Bitmap: PBitMap;

  

Actual image data.

end;

See also

AllocSpriteDataA

  

Allocate sprite data and convert from a bitmap.

ChangeExtSpriteA

  

Change the sprite image pointer.

FreeSpriteData

  

free sprite data allocated by AllocSpriteData()

GetExtSpriteA

  

Attempt to get a sprite for the extended sprite manager.


Documentation generated on: 2017-01-10