Vcl.Imaging.GIFImg.TCustomGIFRenderer.HaltAnimation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure HaltAnimation; virtual;

C++

virtual void __fastcall HaltAnimation();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TCustomGIFRenderer

Description

Suspend le rendu du GIF animé.

Appelez HaltAnimation pour suspendre le rendu de l'animation correspondante au GIF stocké dans la propriété Image.

Pour démarrer le rendu de l'animation GIF, appelez la méthode StartAnimation. De plus, pour arrêter entièrement le rendu de l'animation GIF, appelez la méthode StopAnimation.

Voir aussi