Vcl.Imaging.GIFImg.TGIFApplicationExtension.Create

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

Delphi

constructor Create(ASubImage: TGIFFrame); overload; override;
constructor Create(ASubImage: TGIFFrame; const Ident: TGIFApplicationRec); reintroduce; overload;

C++

__fastcall virtual TGIFApplicationExtension(TGIFFrame* ASubImage)/* overload */;
__fastcall TGIFApplicationExtension(TGIFFrame* ASubImage, const TGIFApplicationRec &Ident)/* overload */;

プロパティ

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

説明

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

Vcl.Imaging.GIFImg.TGIFApplicationExtension.Create は Vcl.Imaging.GIFImg.TGIFExtension.Create を継承しています。以下の内容はすべて Vcl.Imaging.GIFImg.TGIFExtension.Create を参照しています。

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

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

関連項目