AnimationLoop property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL AnimationLoop

Overview

Refer to Playing an Animation.

Remarks

Controls whether an animation plays continuously.

Setting

Description

TRUE

After the last bitmap in the list, the playback begins again with the first bitmap.

FALSE

After the last bitmap in the list, the playback stops.

When you save an animated GIF file, this value is saved as a global value in the file.

See Also

Elements:

AutoAnimate property, AutoAnimationLoop property, AnimationEnable property, Animate event

Topics:

Raster Images: Playing Animated Images