Vcl.Imaging.GIFImg.TGIFFrame.SetBitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetBitmap(Value: TBitmap);

C++

void __fastcall SetBitmap(Vcl::Graphics::TBitmap* Value);

Eigenschaften

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

Beschreibung

Weist ein Bitmap-Bild dem GIF-Frame zu.

SetBitmap ist eine als protected deklarierte Methode zum Laden des durch den Value-Parameter angegebenen Bildes in die Bitmap-Eigenschaft des GIF-Frames.

Siehe auch