FMX.Controls.TControl.MakeScreenshot
Delphi
function MakeScreenshot: TBitmap;
C++
Fmx::Graphics::TBitmap* __fastcall MakeScreenshot();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Prend et renvoie une capture d'écran du contrôle.
MakeScreenshot crée un nouveau TBitmap, y dessine l'image du contrôle en cours en appelant PaintTo et le renvoie.