Vcl.Imaging.GIFImg.TGIFRenderer.StopAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopAnimation; override;

C++

virtual void __fastcall StopAnimation(void);

Properties

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

Description

Stops rendering the animated GIF.

Call the StopAnimation method to stop rendering the GIF animation.

See Also