Vcl.Imaging.GIFImg.TCustomGIFRenderer.Frame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frame: TGIFFrame read FFrame;

C++

__property TGIFFrame* Frame = {read=FFrame};

Properties

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

Description

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

Frame is a read-only property that specifies the currently rendered frame, when rendering an animated GIF.

To obtain the index of the currently rendered GIF frame, read the value of the FrameIndex property.

See Also