FMX.Maps.TMapScreenshotRecipient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

A callback method that other methods use to save a snapshot bitmap.

The following methods use this callback:

See Also