API:Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation

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

Delphi

procedure StartAnimation; override;

C++

virtual void __fastcall StartAnimation();

プロパティ

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

説明

アニメーション化された GIF のレンダリングを開始します。

Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation は Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation を継承しています。以下の内容はすべて Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation を参照しています。

アニメーション化された GIF のレンダリングを開始します。

StartAnimation を呼び出すと、Image プロパティに格納された GIF に対応するアニメーションのレンダリングを開始できます。

GIF アニメーションのレンダリングを一時停止するには、HaltAnimation メソッドを呼び出します。また、GIF アニメーションのレンダリングを完全に停止するには、StopAnimation メソッドを呼び出します。

関連項目