API:Vcl.Imaging.GIFImg.TGIFRenderer.StopAnimation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure StopAnimation; override;

C++

virtual void __fastcall StopAnimation(void);

Propriétés

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

Description

Arrête le rendu du GIF animé.

Vcl.Imaging.GIFImg.TGIFRenderer.StopAnimation hérite de Vcl.Imaging.GIFImg.TCustomGIFRenderer.StopAnimation. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Imaging.GIFImg.TCustomGIFRenderer.StopAnimation.

Arrête le rendu du GIF animé.

Appelez StartAnimation pour arrêter 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 suspendre le rendu de l'animation GIF, appelez la méthode HaltAnimation.

Voir aussi