Vcl.Imaging.GIFImg.TCustomGIFRenderer.HaltAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HaltAnimation; virtual;

C++

virtual void __fastcall HaltAnimation();

Properties

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

Description

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.

See Also