FMX.Graphics.TBitmap.AssignFromSurface

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AssignFromSurface(const Source: TBitmapSurface);

C++

void __fastcall AssignFromSurface(Fmx::Surfaces::TBitmapSurface* const Source);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


Beschreibung

Die Methode AssignFromSurface weist TBitmapSurface-Daten zu TBitmap zu.

Hinweis: Wenn die Daten in TBitmapSurface die zulässige Größe der Bitmap überschreiten, wird die Bitmap zusätzlich gestreckt.

Siehe auch