Vcl.Imaging.GIFImg.TCustomGIFRenderer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AImage: TGIFImage); virtual;

C++

__fastcall virtual TCustomGIFRenderer(TGIFImage* AImage);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TCustomGIFRenderer

Description

Creates an instance of the TCustomGIFRenderer class.

Call Create to create an instance of the TCustomGIFRenderer class.

After a call to the Create method, the Image property is initialized to the value specified through the AImage argument. Also, the Speed property is set to 100 and the Changed method is called.

See Also