Skip to main content

TcxImageAnimationOptions Class

Contains animation settings for image editors.

Declaration

TcxImageAnimationOptions = class(
    TcxOwnedPersistent
)

Remarks

With the settings provided by the class, you can:

  • Play or stop animation (i.e., rendering image frames on the editor’s surface) of a GIF image (Animation);

  • Control if the animation is looped for continuous playback or is played only once (AnimationLoop).

A TcxImageAnimationOptions object is referenced by an image editor’s AnimationOptions property. Switching any of the TcxImageAnimationOptions properties assigns corresponding values to the Animation and AnimationLoop properties of the graphic object accessible via the image editor’s Picture.Graphic property.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TcxImageAnimationOptions
See Also