API:Vcl.Imaging.GIFImg.TGIFRenderer.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize;  override;

C++

virtual void __fastcall Initialize();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

Description

Initializes the GIF renderer.

Vcl.Imaging.GIFImg.TGIFRenderer.Initialize inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.Initialize. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.Initialize.

Initializes the GIF renderer.

Initialize is an internal method that initializes the GIF renderer.

Initialize sets the BackgroundColor property to the value of Image's EffectiveBackgroundColor property.

Initialize also sets LoopMax, the maximum allowed number of loops, to 1.

See Also