API: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

Used internally to move to the next frame, when rendering an animated GIF.

Vcl.Imaging.GIFImg.TGIFRenderer.DoNextFrame inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.DoNextFrame. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.DoNextFrame.

Used internally to move to the next frame, when rendering an animated GIF.

DoNextFrame is a method used internally by the NextFrame method to move to the next frame, when rendering an animated GIF.

See Also