Vcl.Imaging.GIFImg.TGIFImageList.Create
Delphi
constructor Create(AImage: TGIFImage);
C++
__fastcall TGIFImageList(TGIFImage* AImage);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFImageList |
説明
TGIFImageList クラスのインスタンスを作成します。
TGIFImageList クラスのインスタンスを作成するために Create を呼び出してください。
AImage 引数は、TGIFImageList のインスタンスによって 最初に保持される GIF イメージを示します。
関連項目