Vcl.Imaging.GIFImg.TCustomGIFRenderer.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read GetBitmap;

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 TCustomGIFRenderer

Description

Specifies the bitmap corresponding to the currently rendered GIF frame.

Bitmap is a read-only property that specifies the bitmap corresponding to the currently rendered GIF frame.

See Also