API:Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation
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 のレンダリングを開始します。 {{#multireplace:Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Imaging.GIFImg.TCustomGIFRenderer.StartAnimation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。
アニメーション化された GIF のレンダリングを開始します。
StartAnimation を呼び出すと、Image プロパティに格納された GIF に対応するアニメーションのレンダリングを開始できます。
GIF アニメーションのレンダリングを一時停止するには、HaltAnimation メソッドを呼び出します。また、GIF アニメーションのレンダリングを完全に停止するには、StopAnimation メソッドを呼び出します。