Vcl.Imaging.GIFImg.TGIFFrame.GetBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetBitmap: TBitmap;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Beschreibung

Gibt die von dem GIF-Frame enthaltene Bitmap zurück.

GetBitmap ist eine als protected deklarierte Methode zum Ermitteln im Bitmap-Format des vom Frame gespeicherten Bildes.

Siehe auch