Class TGIFGraphicControlExtension (unit GIFImage)

Inherits from

TGIFExtension

Constructors


constructor Create(ASubImage: TGIFSubImage);

11100000


Functions

destructor Destroy;


procedure LoadFromStream(Stream: TStream);


procedure SaveToStream(Stream: TStream);


function GetDelay: WORD;


function GetDisposal: TDisposalMethod;


function GetExtensionType: TGIFExtensionType;

Clear transparent flag in sub image

function GetTransparent: boolean;


function GetTransparentColor: TColor;

Set transparent flag in sub image

function GetTransparentColorIndex: BYTE;


function GetUserInput: boolean;


procedure SetDelay(Value: WORD);


procedure SetDisposal(Value: TDisposalMethod);


procedure SetTransparent(Value: boolean);


procedure SetTransparentColor(Color: TColor);


procedure SetTransparentColorIndex(Value: BYTE);


procedure SetUserInput(Value: boolean);


Properties

property Delay : WORD


property Disposal : TDisposalMethod


property Transparent : boolean


property TransparentColor : TColor


property TransparentColorIndex : BYTE


property UserInput : boolean


Events

Variables

FGCExtension : TGIFGCERec;



Constructors


constructor Create(ASubImage: TGIFSubImage);

11100000


Functions


destructor Destroy;


procedure LoadFromStream(Stream: TStream);


procedure SaveToStream(Stream: TStream);


function GetDelay: WORD;


function GetDisposal: TDisposalMethod;


function GetExtensionType: TGIFExtensionType;

Clear transparent flag in sub image


function GetTransparent: boolean;


function GetTransparentColor: TColor;

Set transparent flag in sub image


function GetTransparentColorIndex: BYTE;


function GetUserInput: boolean;


procedure SetDelay(Value: WORD);


procedure SetDisposal(Value: TDisposalMethod);


procedure SetTransparent(Value: boolean);


procedure SetTransparentColor(Color: TColor);


procedure SetTransparentColorIndex(Value: BYTE);


procedure SetUserInput(Value: boolean);


Properties


property Delay : WORD


property Disposal : TDisposalMethod


property Transparent : boolean


property TransparentColor : TColor


property TransparentColorIndex : BYTE


property UserInput : boolean


Events


Variables


FGCExtension : TGIFGCERec;