Vcl.Imaging.GIFImg.TGIFRenderer.PrevFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrevFrame: TGIFFrame read FPrevFrame;

C++

__property TGIFFrame* PrevFrame = {read=FPrevFrame};

Properties

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

Description

Specifies the previous frame in an animated GIF object.

The PrevFrame property specifies the previous GIF frame in an animated GIF object.

See Also