Vcl.Imaging.GIFImg.TCustomGIFRenderer.LoopMax

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

Delphi

property LoopMax: integer read FLoopMax;

C++

__property int LoopMax = {read=FLoopMax, nodefault};

プロパティ

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

説明

アニメーション化された GIF をレンダリングする際の最大ループ回数を示します。

LoopMax は、ループする GIF アニメーションをレンダリングする際に許容される最大ループ回数を示す読み取り専用のプロパティです。

現在レンダリングされているループのインデックスは、LoopCount プロパティに格納されています。

関連項目