Vcl.Imaging.GIFImg.TGIFRenderer.Background

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Background: TBitmap read FBackground;

C++

__property Vcl::Graphics::TBitmap* Background = {read=FBackground};

Properties

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

Description

Specifies the bitmap image contained by the GIF frame.

The Background property specifies the image stored in the current GIF frame.

See Also