Vcl.Imaging.GIFImg.TCustomGIFRenderer.FrameIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameIndex: integer read FFrameIndex write SetFrameIndex;

C++

__property int FrameIndex = {read=FFrameIndex, write=SetFrameIndex, nodefault};

Properties

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

Description

Specifies the index of the currently rendered frame, when rendering an animated GIF.

Use FrameIndex to specify the index of the currently rendered frame, when rendering a GIF animation.

To obtain the actual contents of the currently rendered GIF frame, read the value of the Frame property.

See Also