Vcl.Imaging.GIFImg.TGIFRenderer.FrameDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameDelay: integer read FFrameDelay;

C++

__property int FrameDelay = {read=FFrameDelay, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

Description

Specifies the delay time before moving to the next frame in an animated GIF.

The FrameDelay property specifies the amount of time to wait before moving to the next frame, when rendering a GIF animation.

See Also