Vcl.Imaging.GIFImg.TGIFRenderer.Buffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Buffer: TBitmap read FBuffer;

C++

__property Vcl::Graphics::TBitmap* Buffer = {read=FBuffer};

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 current GIF frame.

The Buffer property is used internally to store the bitmap image from the current GIF frame.

See Also