Vcl.Imaging.GIFImg.TGIFRenderer.RenderFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RenderFrame;

C++

void __fastcall RenderFrame(void);

Properties

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

Description

Replaces the current frame with the next one in a GIF animation.

RenderFrame replaces the current GIF frame with the next one in a GIF animation. If the value of the PrevDisposal property is set to dmPrevious, the initial frame is restored.

See Also