Extended sprite Structure
Source position: agraphics.pas line 1742
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 |
end; |
|
Allocate sprite data and convert from a bitmap. |
|
|
Change the sprite image pointer. |
|
|
free sprite data allocated by AllocSpriteData() |
|
|
Attempt to get a sprite for the extended sprite manager. |