Vcl.Imaging.GIFImg.TGIFAnimationLoop

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

Delphi

TGIFAnimationLoop = (
glDisabled,                 // Never loop
glEnabled,                  // Loop is specified in GIF
glContinously               // Loop continously regardless of GIF
);

C++

enum DECLSPEC_DENUM TGIFAnimationLoop : unsigned char { glDisabled, glEnabled, glContinously };

プロパティ

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

説明

アニメーションの繰り返し動作を示します。

TGIFAnimationLoop 型の変数は、GIF を表示するときのアニメーションの繰り返し動作を指定します。

以下の表では、TGIFAnimationLoop 型の変数が取り得る値を示します。


意味

glDisabled

GIF ファイル内での指定に関係なく、アニメーション GIF の繰り返しを行いません。

glEnabled

GIF ファイルから繰り返しオプションを取り出します。

glContinously

GIF ファイル内での指定に関係なく、継続的に繰り返しを行います。



関連項目