Vcl.Imaging.GIFImg.TCustomGIFRenderer.StopAnimation

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

Delphi

procedure StopAnimation; virtual;

C++

virtual void __fastcall StopAnimation();

プロパティ

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

説明

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

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

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

関連項目