API:Vcl.Imaging.GIFImg.TGIFRenderer.HaltAnimation
Delphi
procedure HaltAnimation; override;
C++
virtual void __fastcall HaltAnimation(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFRenderer |
Description
Pauses rendering the animated GIF.
Vcl.Imaging.GIFImg.TGIFRenderer.HaltAnimation inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.HaltAnimation. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.HaltAnimation.
Pauses rendering the animated GIF.
Call HaltAnimation to pause rendering the animation corresponding to the GIF stored in the Image property.
To start rendering the GIF animation, call the StartAnimation method. To entirely stop rendering the GIF animation, call the StopAnimation method.