Vcl.Imaging.GIFImg.TGIFRenderer.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 TGIFRenderer class.

Call Create to create an instance of the TGIFRenderer class.

The AImage argument specifies the GIF image initially stored by the TGIFRenderer instance.

See Also