FMX.Maps.TMapScreenshotRecipient

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps FMX.Maps


Description

Une méthode de rappel utilisée par d'autres méthodes pour enregistrer un bitmap d'instantané.

Les méthodes suivantes utilisent ce callback (ou rappel) :

Voir aussi