Vcl.Imaging.GIFImg.TGIFRenderer.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(AImage: TGIFImage); override;

C++

__fastcall virtual TGIFRenderer(TGIFImage* AImage);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

説明

TGIFRenderer クラスのインスタンスを作成します。

TGIFRenderer クラスのインスタンスを作成するために Create を呼び出してください。

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

関連項目