Vcl.Imaging.GIFImg.TCustomGIFRenderer.NextFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NextFrame; virtual; // Move to next frame

C++

virtual void __fastcall NextFrame(void);

Properties

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

Description

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

Call NextFrame to move to the next frame, when rendering an animated GIF.

If there are no more frames left to render, NextFrame moves to the first frame.

See Also