FMX.Controls.TControl.MakeScreenshot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function MakeScreenshot: TBitmap;

C++

Fmx::Graphics::TBitmap* __fastcall MakeScreenshot(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Beschreibung

Nimmt einen Screenshot des Steuerelements auf und gibt ihn zurück.

MakeScreenshot erstellt ein neues TBitmap-Objekt, zeichnet darauf das Bild des aktuellen Steuerelements mit der Methode PaintTo und gibt es anschließend zurück.

Siehe auch

Abgerufen von „https://docwiki.embarcadero.com/Libraries/Tokyo/d/index.php?title=FMX.Controls.TControl.MakeScreenshot&oldid=567811"