Vcl.Imaging.GIFImg.TCustomGIFRenderer.StopAnimation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure StopAnimation; virtual;

C++

virtual void __fastcall StopAnimation();

Propriétés

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

Description

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