FMX.Maps.TMapScreenshotRecipient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TMapScreenshotRecipient = procedure(const Bitmap: TBitmap) of object;

C++

typedef void __fastcall (__closure *TMapScreenshotRecipient)(Fmx::Graphics::TBitmap* const Bitmap);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps


Beschreibung

Eine Callback-Methode, mit der andere Methoden ein Momentaufnahme-Bitmap speichern.

Die folgenden Methoden verwenden diese Callback-Methode:

Siehe auch