Vcl.Imaging.GIFImg.TCustomGIFRenderer.StopAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopAnimation; virtual;

C++

virtual void __fastcall StopAnimation();

Properties

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

Description

Stops rendering the animated GIF.

Call StopAnimation to stop rendering the animation corresponding to the GIF stored in the Image property.

To start rendering the GIF animation, call the StartAnimation method. To pause rendering the GIF animation, call the HaltAnimation method.

See Also