Record TGifSubImage
Unit
Declaration
type TGifSubImage = record
Description
One image in the GIF animation
Overview
Fields
Image: TBGRABitmap; |
|
Position: TPoint; |
|
DelayMs: integer; |
|
DisposeMode: TDisposeMode; |
|
HasLocalPalette: boolean; |
|
DrawMode: TDrawMode; |
Description
Fields
Image: TBGRABitmap; |
|
This item has no description. |
Position: TPoint; |
|
image to draw at the beggining of the frame |
DelayMs: integer; |
|
DisposeMode: TDisposeMode; |
|
time in milliseconds to wait before going to next frame |
HasLocalPalette: boolean; |
|
what do do when going to next frame |
DrawMode: TDrawMode; |
|
the image has its own palette |