Record TGifSubImage

Hierarchy
Methods
Properties

Unit

Declaration

type TGifSubImage = record

Description

One image in the GIF animation

Overview

Fields

Public Image: TBGRABitmap;
Public Position: TPoint;
Public DelayMs: integer;
Public DisposeMode: TDisposeMode;
Public HasLocalPalette: boolean;
Public DrawMode: TDrawMode;

Description

Fields

Public Image: TBGRABitmap;

This item has no description.

Public Position: TPoint;

image to draw at the beggining of the frame

Public DelayMs: integer;

relative position of the image in the frame

Public DisposeMode: TDisposeMode;

time in milliseconds to wait before going to next frame

Public HasLocalPalette: boolean;

what do do when going to next frame

Public DrawMode: TDrawMode;

the image has its own palette