Vcl.Imaging.GIFImg.TCustomGIFRenderer.Reset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reset; virtual;

C++

virtual void __fastcall Reset();

Properties

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

Description

Resets the GIF renderer.

Reset is an internal method that resets the GIF renderer.

Reset stops rendering the GIF animation, moves to the first frame in the animated GIF, and also sets the LoopCount property to 0.

See Also