API:Vcl.Imaging.GIFImg.TGIFRenderer.Create
Delphi
constructor Create(AImage: TGIFImage); override;
C++
__fastcall virtual TGIFRenderer(TGIFImage* AImage);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFRenderer |
Description
Creates an instance of the TCustomGIFRenderer class.
Vcl.Imaging.GIFImg.TGIFRenderer.Create inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.Create. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.Create.
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.