Vcl.Imaging.GIFImg.TGIFImage.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read GetBitmap; // Volatile - beware!

C++

__property Vcl::Graphics::TBitmap* Bitmap = {read=GetBitmap};

Properties

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

Description

Represents the bitmap associated with the first GIF image.

The Bitmap read-only property specifies the bitmap corresponding to the first GIF image stored in the TGIFImage instance.

See Also