Vcl.Imaging.GIFImg.TGIFRenderer.GetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBitmap: TBitmap; override;

C++

virtual Vcl::Graphics::TBitmap* __fastcall GetBitmap();

Properties

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

Description

Returns the current image stored by the buffer.

Call GetBitmap to get the image currently stored by the buffer.

See Also