Vcl.Imaging.GIFImg.TCustomGIFRenderer.DoNextFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNextFrame; virtual;

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 TCustomGIFRenderer

Description

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