Vcl.Imaging.GIFImg.TGIFRenderer.PreviousBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreviousBuffer: TBitmap read FPreviousBuffer;

C++

__property Vcl::Graphics::TBitmap* PreviousBuffer = {read=FPreviousBuffer};

Properties

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

Description

Specifies the image stored in the previous GIF frame.

The PreviousBuffer property is used internally to store the bitmap image from the previous GIF frame of a GIF animation.

See Also