Vcl.Imaging.GIFImg.TGIFList.Image

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

Delphi

property Image: TGIFImage read GetImage;

C++

__property TGIFImage* Image = {read=GetImage};

プロパティ

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

説明

TGIFList オブジェクト内の、現在アクティブになっている GIF 画像を示します。

Image は、TGIFList オブジェクト内の、現在アクティブになっている GIF 画像を示す、読み取り専用のプロパティです。

Image は、Warning メソッドで GIF 画像の処理に関する警告イベントを発生させるときにも使われます。

関連項目