Vcl.Imaging.GIFImg.TGIFRenderer.StartAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAnimation; override;

C++

virtual void __fastcall StartAnimation();

Properties

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

Description

Starts rendering the animated GIF.

Call the StartAnimation method to start rendering the GIF animation.

See Also