Vcl.Imaging.GIFImg.TCustomGIFRenderer.Loop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loop; virtual;

C++

virtual void __fastcall Loop();

Properties

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

Description

Loops the GIF animation.

Loop is an internal method that loops the GIF animation.

If the GIFClearOnLoop variable is set to True, Loop also clears the canvas prior to looping the GIF animation.

See Also