Vcl.Imaging.GIFImg.TGIFRenderer.DoNextFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNextFrame; override;

C++

virtual void __fastcall DoNextFrame();

Properties

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

Description

Moves to the next frame, when rendering an animated GIF.

DoNextFrame moves to the next frame, when rendering an animated GIF, with minimum animation delay.

See Also