Vcl.Imaging.GIFImg.TGIFImage.AnimationSpeed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AnimationSpeed: integer read FAnimationSpeed write SetAnimationSpeed;

C++

__property int AnimationSpeed = {read=FAnimationSpeed, write=SetAnimationSpeed, nodefault};

Properties

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

Description

Specifies the GIF animation speed.

The AnimationSpeed property specifies the GIF animation speed in percents of the normal speed.

The value of AnimationSpeed must be in the range from 0 through 1000.

See Also